[nvim] add option and change colorscheme

This commit is contained in:
Julien Rabier 2023-12-20 09:41:27 +01:00
parent 8af6929e50
commit 952738996e
2 changed files with 11 additions and 0 deletions

View File

@ -40,3 +40,4 @@ opt.timeoutlen = 200 -- https://github.com/folke/which-key.nvim#%EF%B8%8F-config
opt.mouse = "a" opt.mouse = "a"
opt.wrap = true opt.wrap = true
opt.rtp:append (vim.fn.stdpath ('data') .. '/site') -- https://github.com/neovim/neovim/issues/23082 opt.rtp:append (vim.fn.stdpath ('data') .. '/site') -- https://github.com/neovim/neovim/issues/23082
opt.inccommand = "split"

View File

@ -0,0 +1,10 @@
return {
"rebelot/kanagawa.nvim",
{
"LazyVim/LazyVim",
opts = {
colorscheme = "kanagawa-wave",
},
},
}