1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-18 18:07:45 +01:00
dotfiles/.config/nvim/lua/plugins/vim-abolish.lua

9 lines
103 B
Lua
Raw Normal View History

2024-02-06 23:21:28 +01:00
return {
-- better substitutions
{
2024-02-07 04:42:06 +01:00
'tpope/vim-abolish',
2024-02-06 23:21:28 +01:00
config = function ()
end
}
}