feat: nvim-surround

This commit is contained in:
NotAShelf 2023-06-07 14:28:27 +03:00
commit 2e40253457
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22
8 changed files with 58 additions and 1 deletions

17
flake.lock generated
View file

@ -1092,6 +1092,22 @@
"type": "github"
}
},
"nvim-surround": {
"flake": false,
"locked": {
"lastModified": 1685464327,
"narHash": "sha256-r3D5WTqEnIL1T3p7cmkRmBY8qgwFFJptM7BKNNsCT8k=",
"owner": "kylechui",
"repo": "nvim-surround",
"rev": "10b20ca7d9da1ac8df8339e140ffef94f9ab3b18",
"type": "github"
},
"original": {
"owner": "kylechui",
"repo": "nvim-surround",
"type": "github"
}
},
"nvim-tree-lua": {
"flake": false,
"locked": {
@ -1349,6 +1365,7 @@
"nvim-neoclip": "nvim-neoclip",
"nvim-notify": "nvim-notify",
"nvim-session-manager": "nvim-session-manager",
"nvim-surround": "nvim-surround",
"nvim-tree-lua": "nvim-tree-lua",
"nvim-treesitter-context": "nvim-treesitter-context",
"nvim-ts-autotag": "nvim-ts-autotag",