This commit is contained in:
clowiie 2024-11-14 13:45:16 +07:00
parent 2ba39c6973
commit 771719ed07
29 changed files with 1190 additions and 831 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,
}