neovim: add sleuth and surround

This commit is contained in:
Mark Riedesel 2024-06-21 10:04:11 -05:00
parent ef84f5b008
commit f7a86ad505
4 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,6 @@
return {
"kylechui/nvim-surround",
event = { "BufReadPre", "BufNewFile" },
version = "*",
config = true,
}