neovim: fix surround loading

This commit is contained in:
Mark Riedesel 2024-06-26 11:21:34 -05:00
parent f7a86ad505
commit 3f28ee041f
2 changed files with 13 additions and 13 deletions

View file

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