Updated kickstart

This commit is contained in:
akshay 2023-05-13 02:26:27 -04:00
parent 0470d07c8c
commit 2c989c5def
3 changed files with 22 additions and 1 deletions

View file

@ -0,0 +1,6 @@
return {
"windwp/nvim-autopairs",
config = function()
require("nvim-autopairs").setup {}
end,
}