diff options
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 = { |