chore(nvim): plugin changes, new keymaps, augroup

This commit is contained in:
2024-11-28 02:50:07 +02:00
parent 823cdbc07f
commit 6b056f6072
5 changed files with 42 additions and 14 deletions

View File

@@ -27,6 +27,10 @@ return {
},
},
-- Neovim plugin to animate the cursor with a smear effect in all terminals
-- https://github.com/sphamba/smear-cursor.nvim
{ 'sphamba/smear-cursor.nvim', opts = {} },
-- A neovim plugin that shows colorcolumn dynamically
-- https://github.com/Bekaboo/deadcolumn.nvim
{ 'Bekaboo/deadcolumn.nvim' },