diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-10-14 15:24:45 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-10-14 15:24:45 +0200 |
commit | 8430fafe74b834b7920c7a5919eac952e487e379 (patch) | |
tree | 37c69ae3e11b5d9c9a76008e92fe99109ce65630 /.config/nvim/lua/stl.lua | |
parent | d69e72a868816211a9275f098ff3264091c2c9db (diff) |
Nvim full lua setup
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 f751506..633dcaa 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', 'toggleterm'} + disabled_filetypes = {'startify', 'NvimTree', 'toggleterm', 'terminal'} }, sections = { lualine_a = {'mode'}, |