add nerdfont autocompletion

This commit is contained in:
2024-11-26 11:11:46 -05:00
parent 9de14d5552
commit 462cad2d37
@@ -11,6 +11,7 @@ return {
'hrsh7th/cmp-nvim-lsp-document-symbol', 'hrsh7th/cmp-nvim-lsp-document-symbol',
'hrsh7th/cmp-nvim-lsp-signature-help', 'hrsh7th/cmp-nvim-lsp-signature-help',
'davidsierradz/cmp-conventionalcommits', 'davidsierradz/cmp-conventionalcommits',
'chrisgrieser/cmp-nerdfont', -- triggered by ':' (insert mode)
'onsails/lspkind.nvim', 'onsails/lspkind.nvim',
{ {
'L3MON4D3/LuaSnip', 'L3MON4D3/LuaSnip',
@@ -112,6 +113,7 @@ return {
{ name = 'nvim_lua' }, { name = 'nvim_lua' },
{ name = 'luasnip', priority = 2 }, { name = 'luasnip', priority = 2 },
{ name = 'nvim_lsp_signature_help' }, { name = 'nvim_lsp_signature_help' },
{ name = 'nerdfont' },
{ name = 'conventionalcommits' }, { name = 'conventionalcommits' },
{ name = 'buffer', keyword_length = 3 }, { name = 'buffer', keyword_length = 3 },
{ name = 'path' }, { name = 'path' },