commit cc91bfaa911bd3251dcdecd60588403c0d7f0fef
parent 42347966fd36a5bbf86c78330f6552b327bfb0fb
Author: Thomas Vigouroux <thomas.vigouroux@protonmail.com>
Date: Fri, 16 Sep 2022 09:02:10 +0200
fix(complete): complete file paths by default
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lua/completree-config.lua b/lua/completree-config.lua
@@ -46,6 +46,7 @@ local fuzzy_lsp = cc.pipeline(cc.optional(s.lsp_matches {}, s.luasnip_matches {}
local lsp_completion = {
default = fuzzy_lsp,
string = cdef.ins_completion "C-F",
+ path = cdef.ins_completion "C-F",
comment = cdef.luasnip,
}