mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
enable lualine's support for nvim-tree
See also https://github.com/nvim-lualine/lualine.nvim#extensions.
This commit is contained in:
parent
590baf4ca9
commit
d6b83710c4
@ -119,6 +119,6 @@ require("lualine").setup({
|
||||
lualine_z = {},
|
||||
},
|
||||
tabline = {},
|
||||
extensions = {'quickfix', 'fugitive'},
|
||||
extensions = {'quickfix', 'fugitive', 'nvim-tree'},
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user