Neovim: change to pywal colorscheme
This commit is contained in:
parent
c47d4ea4da
commit
1a54986d53
3 changed files with 11 additions and 3 deletions
|
@ -20,7 +20,10 @@ require('packer').startup(function()
|
|||
use {'wbthomason/packer.nvim'}
|
||||
|
||||
-- Colorscheme
|
||||
use {'rebelot/kanagawa.nvim', config = require('plugins.colorscheme')}
|
||||
use {
|
||||
'FunctionalHacker/pywal.nvim',
|
||||
config = function() require('pywal').setup() end
|
||||
}
|
||||
|
||||
-- Statusline
|
||||
use {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue