From 63af1a65f8925a90b56a903985f11cebfa7e368b Mon Sep 17 00:00:00 2001 From: Marcelo Jacobus Date: Thu, 20 Jun 2024 13:38:59 -0300 Subject: [PATCH] Install illuminate pluging --- lua/config/lazy.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index 5b40b3e..44eb427 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -19,8 +19,9 @@ require("lazy").setup({ { import = "lazyvim.plugins.extras.coding.luasnip" }, { import = "lazyvim.plugins.extras.editor.harpoon2" }, { import = "lazyvim.plugins.extras.editor.refactoring" }, - { import = "lazyvim.plugins.extras.editor.aerial" }, - { import = "lazyvim.plugins.extras.editor.dial" }, + { import = "lazyvim.plugins.extras.editor.aerial" }, -- search buffer symbols with telescope ss + { import = "lazyvim.plugins.extras.editor.dial" }, -- like speed dating + { import = "lazyvim.plugins.extras.editor.illuminate" }, -- highlight word under cursor -- import/override with your plugins { import = "plugins" }, },