summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/stl.lua
diff options
context:
space:
mode:
authorAdam <56338480+adastx@users.noreply.github.com>2021-10-14 15:24:45 +0200
committerAdam <56338480+adastx@users.noreply.github.com>2021-10-14 15:24:45 +0200
commit8430fafe74b834b7920c7a5919eac952e487e379 (patch)
tree37c69ae3e11b5d9c9a76008e92fe99109ce65630 /.config/nvim/lua/stl.lua
parentd69e72a868816211a9275f098ff3264091c2c9db (diff)
Nvim full lua setup
Diffstat (limited to '.config/nvim/lua/stl.lua')
-rw-r--r--.config/nvim/lua/stl.lua2
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'},