1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-21 19:07:44 +01:00

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
}
}