🐸 Add substitute plugin

- Paste alternative
This commit is contained in:
2024-07-16 16:18:54 -04:00
parent f1848a334e
commit d05d335464
2 changed files with 19 additions and 0 deletions
+11
View File
@@ -112,6 +112,17 @@ return {
require("colorizer").setup()
end,
},
{
"gbprod/substitute.nvim",
event = "VeryLazy",
opts = {
yank_substituted_text = false,
preserve_cursor_position = true,
highlight_substituted_text = {
enabled = false,
},
},
},
{
"vim-scripts/AnsiEsc.vim",
lazy = true,