diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-10-11 17:03:25 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-10-11 17:03:25 +0200 |
commit | 95a4ddf53fd704fcf214ace54be4dacab2b6dafa (patch) | |
tree | 4d42c85696deab48ce204c05a3f28f87fdab6677 /.config/nvim/lua/stl.lua | |
parent | 4771df42e2678a375e5cf37b03f476e12d959d26 (diff) |
Vim disabled lualine in toggleterm
Diffstat (limited to '.config/nvim/lua/stl.lua')
-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'}, |