minor nvim config change

This commit is contained in:
2024-11-06 15:32:50 -05:00
parent 8dd1b1012a
commit f44ec099d4
2 changed files with 1 additions and 6 deletions
-5
View File
@@ -30,11 +30,6 @@ return {
dashboard.button("q", " > Quit NVIM", "<cmd>qa<CR>"),
}
local handle = io.popen "fortune"
local fortune = handle:read "*a"
handle:close()
dashboard.section.footer.val = fortune
-- Send config to alpha
alpha.setup(dashboard.opts)
-- Disable folding on alpha buffer