diff options
Diffstat (limited to '.config/nvim/lua/stl.lua')
-rw-r--r-- | .config/nvim/lua/stl.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/nvim/lua/stl.lua b/.config/nvim/lua/stl.lua index 633dcaa..74c2d6f 100644 --- a/.config/nvim/lua/stl.lua +++ b/.config/nvim/lua/stl.lua @@ -2,9 +2,9 @@ require'lualine'.setup { options = { icons_enabled = true, theme = 'gruvbox', - component_separators = {'', ''}, - section_separators = {'', ''}, - disabled_filetypes = {'startify', 'NvimTree', 'toggleterm', 'terminal'} + component_separators = {left = '', right = ''}, + section_separators = {left = '', right = ''}, + disabled_filetypes = {'startify', 'terminal', 'netrw'} }, sections = { lualine_a = {'mode'}, |