Light refactoring, move as many config = func uses into opts as
possible.
This commit is contained in:
parent
657f9cb7e1
commit
0a53678bb9
10 changed files with 119 additions and 140 deletions
|
|
@ -1,11 +1,9 @@
|
|||
return {
|
||||
"ggandor/flit.nvim",
|
||||
config = function()
|
||||
require("flit").setup {
|
||||
keys = { f = "f", F = "F", t = "t", T = "T" },
|
||||
labeled_modes = "v",
|
||||
multiline = true,
|
||||
opts = {}
|
||||
}
|
||||
end,
|
||||
opts = {
|
||||
keys = { f = "f", F = "F", t = "t", T = "T" },
|
||||
labeled_modes = "v",
|
||||
multiline = true,
|
||||
opts = {}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue