mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
Disable the easy-motion like plugin - flit
This commit is contained in:
parent
19d8f79b4d
commit
6740b313de
1 changed files with 6 additions and 0 deletions
6
lua/plugins/disabled-plugins.lua
Normal file
6
lua/plugins/disabled-plugins.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
return {
|
||||||
|
{
|
||||||
|
"ggandor/flit.nvim", -- like easy motion but automatic
|
||||||
|
enabled = false,
|
||||||
|
},
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue