added custom config
This commit is contained in:
parent
4a37a0a9b1
commit
835fbf9f58
5 changed files with 126 additions and 0 deletions
8
lua/custom/plugins/kanagawa.lua
Normal file
8
lua/custom/plugins/kanagawa.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
-- File: lua/custom/plugins/autopairs.lua
|
||||
|
||||
return {
|
||||
"rebelot/kanagawa.nvim",
|
||||
config = function()
|
||||
require("kanagawa").setup {}
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue