diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-10-28 17:25:38 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-10-28 17:25:38 +0200 |
commit | 9547730a150c9c1639035c4d66183863dc7f0fbc (patch) | |
tree | 4900e117b9014aa3d3e7b9c64d67baca647159ac /.config/nvim/lua/stl.lua | |
parent | 58fab4d9baedf33dc36e78ecc7f9b7369734fa0d (diff) |
Starship shell prompt + doom one theme for alacritty + vim + nvim
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 74c2d6f..241e0ff 100644 --- a/.config/nvim/lua/stl.lua +++ b/.config/nvim/lua/stl.lua @@ -1,7 +1,7 @@ require'lualine'.setup { options = { icons_enabled = true, - theme = 'gruvbox', + theme = 'onedark', component_separators = {left = '', right = ''}, section_separators = {left = '', right = ''}, disabled_filetypes = {'startify', 'terminal', 'netrw'} |