mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-08 09:24:17 +01:00
neovim(lualine): Don't show for nvim-tree
This commit is contained in:
parent
1a8bedafb3
commit
bad9f4cbf7
@ -257,7 +257,10 @@ in
|
||||
theme.inactive.c.bg = nil
|
||||
|
||||
require('lualine').setup {
|
||||
options = { theme = theme },
|
||||
options = {
|
||||
theme = theme,
|
||||
disabled_filetypes = {'NvimTree'}
|
||||
},
|
||||
sections = { lualine_c = {'%f'} }
|
||||
}
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user