diff options
| author | Mike Vink <> | 2023-04-12 19:10:06 +0200 |
|---|---|---|
| committer | Mike Vink <> | 2023-04-12 19:10:06 +0200 |
| commit | 2b401d8b92d8d39c50333159e8e81fa60eff194f (patch) | |
| tree | 8b3f9b46568c0312141959968a3646a0fc074119 /fnl/conf | |
| parent | 852089112dc943667e86c5c7f3412c8f8d0186dd (diff) | |
fixup
Diffstat (limited to 'fnl/conf')
| -rw-r--r-- | fnl/conf/pkgs/cmp.fnl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fnl/conf/pkgs/cmp.fnl b/fnl/conf/pkgs/cmp.fnl index 33653b8..09bf0f7 100644 --- a/fnl/conf/pkgs/cmp.fnl +++ b/fnl/conf/pkgs/cmp.fnl @@ -1,7 +1,7 @@ (local cmp (require :cmp)) (local compare (require :cmp.config.compare)) -(local once false) +(var once false) (local string-startswith (fn [str start] @@ -68,7 +68,8 @@ :experimental {:ghost_text true} :mapping (cmp.mapping.preset.cmdline)}) (cmp.setup.cmdline ":" - {:sources (cmp.config.sources [{:name :path}] + {:matching {:disallow_prefix_unmatching true} + :sources (cmp.config.sources [{:name :path}] [{:name :cmdline_history :keyword_pattern "^[ABCDEFHIJKLMNOPQRSTUVWXYZ].*" :entry_filter (fn [entry |
