Neovim: change to pywal colorscheme
This commit is contained in:
parent
9b617b6f8b
commit
384f2752ab
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