diff options
author | adamstuck <adam.moloney.stuck@gmail.com> | 2021-10-14 12:36:27 +0200 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2021-10-14 12:36:27 +0200 |
commit | cc94abeebde2bd51bd74d14ee7e15b994024e54b (patch) | |
tree | 6982f6b63c411374699608e90c32540f78e87a05 /.config/nvim/lua/stl.lua | |
parent | 789948d6f193452cdaa45b0cbecae68a41330f05 (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'}, |