diff options
author | aktersnurra <grydholm@kth.se> | 2022-05-01 12:14:40 +0200 |
---|---|---|
committer | aktersnurra <grydholm@kth.se> | 2022-05-01 12:14:40 +0200 |
commit | c5266d7513f3d5c665298c1d0ee5e572043365e1 (patch) | |
tree | e98e40696d864b73c23f2a245b2c5f0d30a812fe /fnl/config/cmp.fnl | |
parent | e168099f785731074ff5e0f4410cff0fd1caf9d5 (diff) |
fix(cmp): remove source from menu
Diffstat (limited to 'fnl/config/cmp.fnl')
-rw-r--r-- | fnl/config/cmp.fnl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fnl/config/cmp.fnl b/fnl/config/cmp.fnl index 93e08f0..591dfe6 100644 --- a/fnl/config/cmp.fnl +++ b/fnl/config/cmp.fnl @@ -29,11 +29,11 @@ {:name :buffer :keyword_length 4} {:name :path :keyword_length 6}] :formatting {:format (lspkind.cmp_format {:with_text true - :menu {:buffer "[Buf]" - :nvim_lsp "[LSP]" - :nvim_lua "[api]" - :path "[path]" - :luasnip "[Snip]"}})} + :menu {:buffer "" + :nvim_lsp "" + :nvim_lua "" + :path "" + :luasnip ""}})} :window { :documentation {:border ["╭" "─" |