add mapleader, and eregex for decent regex in search nd replace

This commit is contained in:
sadanslargehole 2024-05-17 19:07:18 -04:00
parent 555767ac22
commit f82b2495f6
No known key found for this signature in database
GPG key ID: B2E2F4A5161A7800
3 changed files with 16 additions and 5 deletions

View file

@ -2,6 +2,9 @@ local plugins = {
{
"lambdalisue/suda.vim",
},
{
"sadan4/eregex.vim"
},
{
"windwp/nvim-ts-autotag"
},