Nvim: change colorscheme to kanagawa

This commit is contained in:
Marko Korhonen 2022-09-20 19:25:08 +03:00
parent fc9cf0dd9c
commit e95ad97aba
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -20,10 +20,7 @@ require('packer').startup(function()
use {'wbthomason/packer.nvim'}
-- Colorscheme
use {
'FunctionalHacker/pywal.nvim',
config = function() require('pywal').setup() end
}
use 'rebelot/kanagawa.nvim'
-- Statusline
use {