minor nvim config change
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -15,7 +15,7 @@ return {
|
||||
component_separators = { left = "", right = "" },
|
||||
section_separators = { left = "", right = "" },
|
||||
disabled_filetypes = {
|
||||
statusline = {},
|
||||
statusline = { "alpha", "dashboard" },
|
||||
winbar = {},
|
||||
},
|
||||
ignore_focus = { "NvimTree" },
|
||||
|
||||
Reference in New Issue
Block a user