diff options
author | mhsn <mail@mhsn.net> | 2025-04-23 10:25:24 +0000 |
---|---|---|
committer | mhsn <mail@mhsn.net> | 2025-04-23 10:25:24 +0000 |
commit | dbc4601834dd01795c9704e9cbad6e55eb498422 (patch) | |
tree | daa99a99568d140e4f1c16965e44e5a3de962142 | |
parent | 92e2e0766da3f55f716fbbbe4a89a2ea5e745238 (diff) | |
download | nvim-dbc4601834dd01795c9704e9cbad6e55eb498422.tar.gz nvim-dbc4601834dd01795c9704e9cbad6e55eb498422.zip |
uninstall nvim-surround
-rw-r--r-- | lazy-lock.json | 1 | ||||
-rw-r--r-- | lua/plugins/nvim-surround.lua | 9 |
2 files changed, 0 insertions, 10 deletions
diff --git a/lazy-lock.json b/lazy-lock.json index 974a289..1656195 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -13,7 +13,6 @@ "nvim-autopairs": { "branch": "master", "commit": "6522027785b305269fa17088395dfc0f456cedd2" }, "nvim-cmp": { "branch": "main", "commit": "1e1900b0769324a9675ef85b38f99cca29e203b3" }, "nvim-lspconfig": { "branch": "master", "commit": "699cf2ce74e40e7c5068cf93a6bd6a74b24c5ec3" }, - "nvim-surround": { "branch": "main", "commit": "6c54643ef42016b744888b06d2381abd23f9b7ea" }, "nvim-tree.lua": { "branch": "master", "commit": "c09ff35de503a41fa62465c6b4ae72d96e7a7ce4" }, "nvim-treesitter": { "branch": "master", "commit": "ff553df2f4c5641be2b282e1a0a072c46cf03591" }, "nvim-web-devicons": { "branch": "master", "commit": "4c3a5848ee0b09ecdea73adcd2a689190aeb728c" }, diff --git a/lua/plugins/nvim-surround.lua b/lua/plugins/nvim-surround.lua deleted file mode 100644 index f7737a9..0000000 --- a/lua/plugins/nvim-surround.lua +++ /dev/null @@ -1,9 +0,0 @@ -return { - { - "kylechui/nvim-surround", - version = "*", - config = function() - require("nvim-surround").setup({}) - end, - }, -} |