mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-06 02:47:09 +02:00
feat(flash)!: Make flash.nvim the default jump plugin for LazyVim
Use the `editor.leap` extra if you rather want to use leap/flit
This commit is contained in:
parent
9387ab388e
commit
ae759b947b
4 changed files with 111 additions and 109 deletions
|
@ -24,7 +24,4 @@ return {
|
|||
|
||||
-- library used by other plugins
|
||||
{ "nvim-lua/plenary.nvim", lazy = true },
|
||||
|
||||
-- makes some plugins dot-repeatable like leap
|
||||
{ "tpope/vim-repeat", event = "VeryLazy" },
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue