feat(neovim): disable lualine for nvim-tree-lua window
This commit is contained in:
parent
a0cd470fa2
commit
b2a424a021
|
@ -1,5 +1,6 @@
|
|||
require("lualine").setup {
|
||||
options = {
|
||||
disabled_filetypes = { "NVimTree" },
|
||||
component_separators = { left = "", right = ""},
|
||||
section_separators = { left = "", right = ""},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue