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 38c985ebfa
commit 78c8196daa
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'}
}
}