diff options
Diffstat (limited to '')
| -rw-r--r-- | dot_config/nvim/lua/plugins/surround.lua | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/dot_config/nvim/lua/plugins/surround.lua b/dot_config/nvim/lua/plugins/surround.lua index a1c5b52..fc8fec7 100644 --- a/dot_config/nvim/lua/plugins/surround.lua +++ b/dot_config/nvim/lua/plugins/surround.lua @@ -1,8 +1,2 @@ -return { - "kylechui/nvim-surround", - version = "*", -- Use for stability; omit to use `main` branch for the latest features - event = "VeryLazy", - config = function() - require("nvim-surround").setup {} - end -} +-- [nfnl] Compiled from fnl/plugins/surround.fnl by https://github.com/Olical/nfnl, do not edit. +return {{"kylechui/nvim-surround", event = "VeryLazy", opts = {}, version = "*"}} |
