mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 12:31:04 +00:00
Add leap
This commit is contained in:
parent
0f36485a23
commit
76f79561a9
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" }, -- <leader>ss list constants
|
||||
{ import = "lazyvim.plugins.extras.editor.dial" }, -- like speadating
|
||||
{ import = "lazyvim.plugins.extras.editor.leap" }, -- like easy motion
|
||||
-- import/override with your plugins
|
||||
{ import = "plugins" },
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue