diff options
author | sefidel <contact@sefidel.net> | 2025-01-19 09:21:53 +1000 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2025-01-19 09:21:53 +1000 |
commit | 09a2d7426afdfff07d38c8d3f4f47e4076428bbe (patch) | |
tree | 39d0360e61cdb2eb5cb567cdc7c806878553f27c | |
parent | f483f2f378139294a6ee3be70c0ad417f1616916 (diff) | |
download | nvimrc-09a2d7426afdfff07d38c8d3f4f47e4076428bbe.tar.gz nvimrc-09a2d7426afdfff07d38c8d3f4f47e4076428bbe.zip |
fix(packs/blink-cmp): use new config structure
-rw-r--r-- | fnl/nvrc/packs/blink-cmp.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/nvrc/packs/blink-cmp.fnl b/fnl/nvrc/packs/blink-cmp.fnl index 059e132..f818393 100644 --- a/fnl/nvrc/packs/blink-cmp.fnl +++ b/fnl/nvrc/packs/blink-cmp.fnl @@ -52,7 +52,7 @@ :sources {:default [:lsp :path :snippets :buffer]} :signature {:enabled true} ; experimental signature support :fuzzy {:prebuilt_binaries {:download false}} - :completion {:list {:selection :auto_insert} + :completion {:list {:selection {:preselect false :auto_insert true}} :menu {:draw {:treesitter [:lsp] :columns [ {1 :item_idx} |