Nvim: Change colorscheme to kanagawa and some other minor tweaks

This commit is contained in:
Marko Korhonen 2022-09-03 00:01:15 +03:00
parent da3831dd0b
commit 0e126d2153
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
4 changed files with 28 additions and 89 deletions

View file

@ -47,8 +47,8 @@ return function()
end
},
sources = {
{name = 'nvim_lsp'}, {name = 'luasnip'}, {name = 'path'},
{name = 'git'}, {name = 'buffer'}
{name = 'buffer'}, {name = 'git'}, {name = 'luasnip'},
{name = 'nvim_lsp'}, {name = 'nvim_lua'}, {name = 'path'}
}
}