diff options
Diffstat (limited to '.config/nvim/lua/stl.lua')
-rw-r--r-- | .config/nvim/lua/stl.lua | 4 |
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'}, |