Disable the easy-motion like plugin - flit

This commit is contained in:
Marcelo Jacobus 2024-10-01 11:03:22 -03:00
parent 19d8f79b4d
commit 6740b313de

View file

@ -0,0 +1,6 @@
return {
{
"ggandor/flit.nvim", -- like easy motion but automatic
enabled = false,
},
}