current nvim-config
This commit is contained in:
9
lua/plugins/kanagawa.lua
Normal file
9
lua/plugins/kanagawa.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
return {
|
||||
"rebelot/kanagawa.nvim",
|
||||
lazy=false,
|
||||
name = "kanagawa",
|
||||
priority = 1000,
|
||||
config=function()
|
||||
vim.cmd.colorscheme "kanagawa"
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user