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:
Folke Lemaitre
2023-07-13 08:17:36 +02:00
parent 9387ab388e
commit ae759b947b
4 changed files with 111 additions and 109 deletions

View File

@ -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" },
}