mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 12:31:04 +00:00
Revert "Install illuminate pluging"
This reverts commit 87bbc5a9dcaf2283d20cf124eab1f34aabb404ef.
This commit is contained in:
parent
63af1a65f8
commit
0f36485a23
1 changed files with 2 additions and 3 deletions
|
|
@ -19,9 +19,8 @@ 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" }, -- 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 = "lazyvim.plugins.extras.editor.aerial" },
|
||||
{ import = "lazyvim.plugins.extras.editor.dial" },
|
||||
-- import/override with your plugins
|
||||
{ import = "plugins" },
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue