added custom config

This commit is contained in:
atetz 2023-03-31 13:54:52 +02:00
parent 4a37a0a9b1
commit 835fbf9f58
5 changed files with 126 additions and 0 deletions

View file

@ -0,0 +1,8 @@
-- File: lua/custom/plugins/autopairs.lua
return {
"rebelot/kanagawa.nvim",
config = function()
require("kanagawa").setup {}
end,
}