Add lazy and plugins dir

This commit is contained in:
Rakshit Sinha 2024-11-03 20:15:03 -08:00
parent 1dacc4c2d3
commit a467ba4a69
25 changed files with 1393 additions and 0 deletions

View file

@ -0,0 +1,6 @@
return {
'kylechui/nvim-surround',
event = { 'BufReadPre', 'BufNewFile' },
version = '*', -- Use for stability; omit to use `main` branch for the latest features
config = true,
}