1
0
Fork 0

neovim: Add illuminate

This commit is contained in:
Jeremy Kaplan 2024-01-14 21:16:17 -08:00
commit dc4d851426
2 changed files with 7 additions and 0 deletions

View file

@ -65,6 +65,12 @@ return {
},
},
},
{
"RRethy/vim-illuminate",
keys = {
{ "<leader>i", ":IlluminateToggle<cr>" },
},
},
-- Treesitter
{