Removed Neorg from alpha

This commit is contained in:
Kristofers Solo 2023-06-14 17:43:32 +03:00
parent 3bbf37a81b
commit abad4c0ad5

View File

@ -33,7 +33,6 @@ dashboard.section.buttons.val = {
"" .. " Find project",
"<cmd>lua require('telescope').extensions.projects.projects()<cr>"
),
dashboard.button("n", "" .. " Neorg", "<cmd>Neorg index<cr>"),
dashboard.button("g", "" .. " Git", "<cmd>lua _LAZYGIT_TOGGLE()<cr>"),
dashboard.button("c", "" .. " Config", "<cmd>e ~/.config/nvim/init.lua <cr>"),
dashboard.button("q", "" .. " Quit", "<cmd>qa<cr>"),