Disable easy motion like plugin

This commit is contained in:
Marcelo Jacobus 2025-02-12 14:38:30 -03:00
parent 33f776bd1a
commit 12115ab408
2 changed files with 6 additions and 1 deletions

View file

@ -42,7 +42,6 @@ local plugins = {
{ import = "lazyvim.plugins.extras.editor.refactoring" },
{ 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 = "lazyvim.plugins.extras.lang.ruby" },
{ import = "lazyvim.plugins.extras.lang.typescript" },

6
lua/plugins/disabled.lua Normal file
View file

@ -0,0 +1,6 @@
return {
{
"folke/flash.nvim",
enabled = false,
},
}