summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/stl.lua
diff options
context:
space:
mode:
authorAdam <56338480+adastx@users.noreply.github.com>2021-10-22 17:04:46 +0200
committerAdam <56338480+adastx@users.noreply.github.com>2021-10-22 17:04:46 +0200
commit0b837ee1f01423b7b7d435fb6483b986c206b301 (patch)
tree7b3e2b03965a18a4515927e3b3c4b25926fe62c5 /.config/nvim/lua/stl.lua
parente54cb7adee065550ab01ca12f45710477938cbb3 (diff)
vim + nvim cleanup, UltiSnip -> LuaSnip
Diffstat (limited to '.config/nvim/lua/stl.lua')
-rw-r--r--.config/nvim/lua/stl.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/nvim/lua/stl.lua b/.config/nvim/lua/stl.lua
index 633dcaa..74c2d6f 100644
--- a/.config/nvim/lua/stl.lua
+++ b/.config/nvim/lua/stl.lua
@@ -2,9 +2,9 @@ require'lualine'.setup {
options = {
icons_enabled = true,
theme = 'gruvbox',
- component_separators = {'', ''},
- section_separators = {'', ''},
- disabled_filetypes = {'startify', 'NvimTree', 'toggleterm', 'terminal'}
+ component_separators = {left = '', right = ''},
+ section_separators = {left = '', right = ''},
+ disabled_filetypes = {'startify', 'terminal', 'netrw'}
},
sections = {
lualine_a = {'mode'},