We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded28a6 commit f081cd0Copy full SHA for f081cd0
README.md
@@ -43,7 +43,7 @@ Install this plugin using your favorite plugin manager, and then call
43
```lua
44
{
45
"kylechui/nvim-surround",
46
- version = "*", -- Use for stability; omit to use `main` branch for the latest features
+ version = "^3.0.0", -- Use for stability; omit to use `main` branch for the latest features
47
event = "VeryLazy",
48
config = function()
49
require("nvim-surround").setup({
0 commit comments