diff --git a/home/editors/neovim/lualine.lua b/home/editors/neovim/lualine.lua index 8c778b0..5051942 100644 --- a/home/editors/neovim/lualine.lua +++ b/home/editors/neovim/lualine.lua @@ -1,5 +1,6 @@ require("lualine").setup { options = { + disabled_filetypes = { "NVimTree" }, component_separators = { left = "", right = ""}, section_separators = { left = "", right = ""}, },