summaryrefslogtreecommitdiff
path: root/fnl/config
diff options
context:
space:
mode:
authoraktersnurra <grydholm@kth.se>2022-05-01 12:14:40 +0200
committeraktersnurra <grydholm@kth.se>2022-05-01 12:14:40 +0200
commitc5266d7513f3d5c665298c1d0ee5e572043365e1 (patch)
treee98e40696d864b73c23f2a245b2c5f0d30a812fe /fnl/config
parente168099f785731074ff5e0f4410cff0fd1caf9d5 (diff)
fix(cmp): remove source from menu
Diffstat (limited to 'fnl/config')
-rw-r--r--fnl/config/cmp.fnl10
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 ["╭"
"─"