Neovim: change to pywal colorscheme

This commit is contained in:
Marko Korhonen 2022-09-08 23:12:49 +03:00
parent c47d4ea4da
commit 1a54986d53
3 changed files with 11 additions and 3 deletions

View file

@ -1 +1,7 @@
return function() require('lualine').setup() end
return function()
require('lualine').setup {
options = {
theme = 'pywal-nvim'
}
}
end