diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/nvim/lua/stl.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/lua/stl.lua b/.config/nvim/lua/stl.lua index 1cdf1ae..f751506 100644 --- a/.config/nvim/lua/stl.lua +++ b/.config/nvim/lua/stl.lua @@ -4,7 +4,7 @@ require'lualine'.setup { theme = 'gruvbox', component_separators = {'', ''}, section_separators = {'', ''}, - disabled_filetypes = {'startify', 'NvimTree'} + disabled_filetypes = {'startify', 'NvimTree', 'toggleterm'} }, sections = { lualine_a = {'mode'}, |