feat(neovim): add smear cursor

This commit is contained in:
João Paulo Dubas 2025-02-09 20:22:50 +00:00
parent 1626655c50
commit 2474aa0abc
Signed by: joao.dubas
SSH Key Fingerprint: SHA256:V1mixgOGRc/YMhGx/DNkOSmJxgA2vHNrDZEk3wt/kOA

View File

@ -274,4 +274,8 @@ return {
},
},
},
{
'sphamba/smear-cursor.nvim',
opts = {},
},
}