feat(neovim): disable lualine for nvim-tree-lua window

This commit is contained in:
Felix Schröter 2022-05-03 21:17:43 +02:00
parent a0cd470fa2
commit b2a424a021
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -1,5 +1,6 @@
require("lualine").setup {
options = {
disabled_filetypes = { "NVimTree" },
component_separators = { left = "", right = ""},
section_separators = { left = "", right = ""},
},