diff --git a/neovim/lazy-lock.json b/neovim/lazy-lock.json index 60c7737..9faa809 100644 --- a/neovim/lazy-lock.json +++ b/neovim/lazy-lock.json @@ -36,5 +36,6 @@ "vim-easy-align": { "branch": "master", "commit": "12dd6316974f71ce333e360c0260b4e1f81169c3" }, "vim-endwise": { "branch": "master", "commit": "e714ac3bcfd5a90038de49c3254eded7c70ae3c3" }, "vim-fugitive": { "branch": "master", "commit": "6fcb0ad03982de646e3fecb6915e585651b9a9fb" }, + "vim-illuminate": { "branch": "master", "commit": "3bd2ab64b5d63b29e05691e624927e5ebbf0fb86" }, "vim-repeat": { "branch": "master", "commit": "24afe922e6a05891756ecf331f39a1f6743d3d5a" } } \ No newline at end of file diff --git a/neovim/lua/plugins/ide.lua b/neovim/lua/plugins/ide.lua index 12596a3..f05fbce 100644 --- a/neovim/lua/plugins/ide.lua +++ b/neovim/lua/plugins/ide.lua @@ -65,6 +65,12 @@ return { }, }, }, + { + "RRethy/vim-illuminate", + keys = { + { "i", ":IlluminateToggle" }, + }, + }, -- Treesitter {