diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2026-05-13 19:32:22 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2026-05-13 19:32:22 -0400 |
| commit | 2f3f91682f7b4a33f1791781bfa8eca4f7c9527a (patch) | |
| tree | eaf91e90301d87363bcb22dcd5c2253e0b0bad6d /.config/nvim/lua/plugins/surround.lua | |
| parent | be8c956b0e819f2db0c6ae3598b6590b62982a83 (diff) | |
new system on gentoo
Diffstat (limited to '.config/nvim/lua/plugins/surround.lua')
| -rw-r--r-- | .config/nvim/lua/plugins/surround.lua | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/.config/nvim/lua/plugins/surround.lua b/.config/nvim/lua/plugins/surround.lua deleted file mode 100644 index 7504211..0000000 --- a/.config/nvim/lua/plugins/surround.lua +++ /dev/null @@ -1,21 +0,0 @@ -return { - "echasnovski/mini.surround", - event = "VeryLazy", - config = function() - require("mini.surround").setup({ - mappings = { - add = '', - delete = 'ds', - find = '', - find_left = '', - highlight = '', - replace = '', - update_n_lines = '', - - -- Add this only if you don't want to use extended mappings - suffix_last = '', - suffix_next = '', - } - }) - end -} |
