Delete flit, it only gets in the way when using leap.

This commit is contained in:
Martin Larsson 2024-07-15 17:36:17 +02:00
parent 42f4bcb5da
commit 47189b4b62

View file

@ -1,11 +0,0 @@
return {
"ggandor/flit.nvim",
event = "VeryLazy",
lazy = true,
opts = {
keys = { f = "f", F = "F", t = "t", T = "T" },
labeled_modes = "v",
multiline = true,
opts = {}
}
}