diff options
Diffstat (limited to 'fnl/nvrc/packs/cmp.fnl')
-rw-r--r-- | fnl/nvrc/packs/cmp.fnl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fnl/nvrc/packs/cmp.fnl b/fnl/nvrc/packs/cmp.fnl index 0720148..0f36592 100644 --- a/fnl/nvrc/packs/cmp.fnl +++ b/fnl/nvrc/packs/cmp.fnl @@ -53,4 +53,5 @@ :<S-Tab> (fn [fallback] (if (cmp.visible) (cmp.select_next_item)"") (fallback))} - :sources {1 {:name :nvim_lsp}}}) + :sources [{:name :nvim_lsp} + {:name :nvim_lsp_signature_help}]}) |