diff options
| author | Skladnayazebra <skladnayazebra@gmail.com> | 2025-12-21 10:39:02 +0100 |
|---|---|---|
| committer | Skladnayazebra <skladnayazebra@gmail.com> | 2025-12-31 19:02:37 +0100 |
| commit | 5a68d1b8392af79c316a35a85b55bc3704c1cbe6 (patch) | |
| tree | b5eddd00c24cfb2dffc69855cbe86f7cedbf7f92 /nvim/lua | |
| parent | 5e9842baefa35b76da90c0a132a8aa4c209d9947 (diff) | |
Update deps
Diffstat (limited to 'nvim/lua')
| -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({}) |
