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 | |
parent | a459ffd8135d27499a616f5405468a1b20677223 (diff) | |
download | config-b65e67662ac5ae8166f1b763910768a3bceb7279.tar.gz |
fix cmp config
Diffstat (limited to 'lua/plugins')
m--------- | lua/plugins/dev/cmp-abook | 0 | ||||
-rw-r--r-- | lua/plugins/lsp/cmp.lua | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/dev/cmp-abook b/lua/plugins/dev/cmp-abook -Subproject 7c0ef86eaea0e4e31680ab439f45d3435ed35c4 +Subproject 852b30bfe4497a08e6acd2127e18f43b122f8ae 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 = { |