mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
Disable easy motion like plugin
This commit is contained in:
parent
33f776bd1a
commit
12115ab408
2 changed files with 6 additions and 1 deletions
|
|
@ -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
6
lua/plugins/disabled.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
{
|
||||
"folke/flash.nvim",
|
||||
enabled = false,
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue