Neovim: change to pywal colorscheme
This commit is contained in:
parent
c47d4ea4da
commit
1a54986d53
3 changed files with 11 additions and 3 deletions
|
@ -1 +1,7 @@
|
|||
return function() require('lualine').setup() end
|
||||
return function()
|
||||
require('lualine').setup {
|
||||
options = {
|
||||
theme = 'pywal-nvim'
|
||||
}
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue