diff options
Diffstat (limited to 'fnl/nvrc/packs/cmp.fnl')
-rw-r--r-- | fnl/nvrc/packs/cmp.fnl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fnl/nvrc/packs/cmp.fnl b/fnl/nvrc/packs/cmp.fnl index aeb514f..5ca7c1c 100644 --- a/fnl/nvrc/packs/cmp.fnl +++ b/fnl/nvrc/packs/cmp.fnl @@ -66,8 +66,7 @@ (if (visible) (select_next_item) (vim.snippet.active {:direction -1}) (vim.snippet.jump -1) (fallback)))})} - :sources [{:name :nvim_lsp} - {:name :nvim_lsp_signature_help}] + :sources [{:name :nvim_lsp}] :sorting {:comparators [compare.offset compare.exact clangd-score |