diff --git a/lua/plugins/cmp.lua b/lua/plugins/cmp.lua index cb094a3..fa6e4b6 100644 --- a/lua/plugins/cmp.lua +++ b/lua/plugins/cmp.lua @@ -98,6 +98,7 @@ return { keyword_pattern = [[\(\k\| \|\/\|#\)\+]], }, }, + priority = 7, }, { name = 'nvim_lsp_signature_help', priority = 7 }, -- { name = 'treesitter', priority = 6 },