mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
Install illuminate pluging
This commit is contained in:
parent
76e12f9686
commit
63af1a65f8
1 changed files with 3 additions and 2 deletions
|
|
@ -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 <leader>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" },
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue