summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/stl.lua
diff options
context:
space:
mode:
authorAdam <56338480+adastx@users.noreply.github.com>2021-10-07 18:34:50 +0200
committerAdam <56338480+adastx@users.noreply.github.com>2021-10-07 18:34:50 +0200
commitbb4609eb9bbc3b66769c5b80c1d887b04b98656b (patch)
tree5ceebd0ac37002d97837bb47d757d3c7c69eb853 /.config/nvim/lua/stl.lua
parentcae577e428d68cd3547a3ee52462a8b822358d40 (diff)
vim config polish
Diffstat (limited to '.config/nvim/lua/stl.lua')
-rw-r--r--.config/nvim/lua/stl.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/nvim/lua/stl.lua b/.config/nvim/lua/stl.lua
index 1f5f47f..612fdeb 100644
--- a/.config/nvim/lua/stl.lua
+++ b/.config/nvim/lua/stl.lua
@@ -1,10 +1,10 @@
require'lualine'.setup {
options = {
icons_enabled = true,
- theme = 'gruvbox',
+ theme = 'codedark',
component_separators = {'', ''},
section_separators = {'', ''},
- disabled_filetypes = {}
+ disabled_filetypes = {'startify', 'NvimTree'}
},
sections = {
lualine_a = {'mode'},