1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-10 19:41:15 +02:00

nvim: added vim-abolish

This commit is contained in:
2024-02-06 23:21:28 +01:00
parent f8b78bbedb
commit cddab90faf
3 changed files with 37 additions and 28 deletions

View File

@@ -0,0 +1,8 @@
return {
-- better substitutions
{
'vim-abolish',
config = function ()
end
}
}