[nvim] add option and change colorscheme
This commit is contained in:
parent
8af6929e50
commit
952738996e
@ -40,3 +40,4 @@ opt.timeoutlen = 200 -- https://github.com/folke/which-key.nvim#%EF%B8%8F-config
|
||||
opt.mouse = "a"
|
||||
opt.wrap = true
|
||||
opt.rtp:append (vim.fn.stdpath ('data') .. '/site') -- https://github.com/neovim/neovim/issues/23082
|
||||
opt.inccommand = "split"
|
||||
|
||||
10
private_dot_config/nvim/lua/plugins/colorscheme.lua
Normal file
10
private_dot_config/nvim/lua/plugins/colorscheme.lua
Normal file
@ -0,0 +1,10 @@
|
||||
return {
|
||||
"rebelot/kanagawa.nvim",
|
||||
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
colorscheme = "kanagawa-wave",
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user