diff options
author | Christian Segundo | 2025-01-06 20:07:12 +0100 |
---|---|---|
committer | Christian Segundo | 2025-01-06 20:07:12 +0100 |
commit | b65e67662ac5ae8166f1b763910768a3bceb7279 (patch) | |
tree | 33762ae8084bcb14f2f25bdfd78fef0abbe27447 /lua/plugins/lsp | |
parent | a459ffd8135d27499a616f5405468a1b20677223 (diff) | |
download | config-b65e67662ac5ae8166f1b763910768a3bceb7279.tar.gz |
fix cmp config
Diffstat (limited to 'lua/plugins/lsp')
-rw-r--r-- | lua/plugins/lsp/cmp.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/lsp/cmp.lua b/lua/plugins/lsp/cmp.lua index 890a813..f906643 100644 --- a/lua/plugins/lsp/cmp.lua +++ b/lua/plugins/lsp/cmp.lua @@ -15,7 +15,7 @@ return { { name = "nvim_lua" }, { name = "path" }, { name = "emoji" }, - }, + -- https://git.sr.ht/~amaral/nvim-cmp-fonts { name = "abook" }, }, formatting = { |