mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-22 05:38:36 +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
|
theme.inactive.c.bg = nil
|
||||||
|
|
||||||
require('lualine').setup {
|
require('lualine').setup {
|
||||||
options = { theme = theme },
|
options = {
|
||||||
|
theme = theme,
|
||||||
|
disabled_filetypes = {'NvimTree'}
|
||||||
|
},
|
||||||
sections = { lualine_c = {'%f'} }
|
sections = { lualine_c = {'%f'} }
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user