feat(nvim): install vim-rsi

This commit is contained in:
Price Hiller 2024-06-13 13:04:27 -05:00
parent f75e7fec2a
commit b6ad3f529e
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -0,0 +1,8 @@
return {
{
"tpope/vim-rsi",
event = {
"InsertEnter",
},
},
}