Changed snippet loading order to prioritize custom snippets over lsp

This commit is contained in:
roodletoof
2023-06-24 11:47:48 +02:00
parent cd2ae6d120
commit fe58cab4c3
+1 -1
View File
@@ -184,8 +184,8 @@ local function packer_startup(use)
},
sources = cmp.config.sources(
{
{ name = 'snippy' },
{ name = 'nvim_lsp' },
{ name = 'snippy' }
},
{{ name = 'buffer' }}
)