diff --git a/.config/nvim/lua/plugins/dash.lua b/.config/nvim/lua/plugins/dash.lua index bf391a72..81b28c55 100644 --- a/.config/nvim/lua/plugins/dash.lua +++ b/.config/nvim/lua/plugins/dash.lua @@ -130,7 +130,7 @@ return { -- padding = 0, -- -- padding = 1, -- }, - { section = "keys", gap = 1, padding = 1 }, + { section = "keys", gap = 0, padding = 0 }, { section = "startup", gap = 0, padding = 0 }, -- { section = "footer" }, }, diff --git a/.config/nvim/lua/plugins/lualine.lua b/.config/nvim/lua/plugins/lualine.lua index 87b234e6..b21ec73e 100644 --- a/.config/nvim/lua/plugins/lualine.lua +++ b/.config/nvim/lua/plugins/lualine.lua @@ -102,6 +102,11 @@ return { require("lualine").setup({ options = { theme = theme, + disabled_filetypes = { + statusline = { + "snacks_dashboard", + }, + }, -- section_separators = { left = "", right = "" }, -- component_separators = { left = "", right = "" }, component_separators = { left = "", right = "" },