diff options
| -rw-r--r-- | nvim/lua/config/lazy.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/lua/config/lazy.lua b/nvim/lua/config/lazy.lua index b24627d..05079df 100644 --- a/nvim/lua/config/lazy.lua +++ b/nvim/lua/config/lazy.lua @@ -46,7 +46,7 @@ require("lazy").setup({ -- Wrap text into quotes/parens { "kylechui/nvim-surround", - version = "^3.0.0", -- Use for stability; omit to use `main` branch for the latest features + version = "^3.0.0", -- stable, use main for latest event = "VeryLazy", config = function() require("nvim-surround").setup({}) |
