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>"), 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) alpha.setup(dashboard.opts)
-- Disable folding on alpha buffer -- Disable folding on alpha buffer
+1 -1
View File
@@ -15,7 +15,7 @@ return {
component_separators = { left = "", right = "" }, component_separators = { left = "", right = "" },
section_separators = { left = "", right = "" }, section_separators = { left = "", right = "" },
disabled_filetypes = { disabled_filetypes = {
statusline = {}, statusline = { "alpha", "dashboard" },
winbar = {}, winbar = {},
}, },
ignore_focus = { "NvimTree" }, ignore_focus = { "NvimTree" },