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

nvim: fixed abolish

This commit is contained in:
TiynGER
2024-02-07 04:42:06 +01:00
parent cddab90faf
commit b134ff0302
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
return {
-- better substitutions
{
'vim-abolish',
'tpope/vim-abolish',
config = function ()
end
}