Closed NikitaRevenco closed 5 months ago
Update, fixed this
Here are the changes I need to make:
{
name = "nvim_lsp",
},
Replaced to:
{
name = "nvim_lsp",
entry_filter = function(entry, ctx)
return require("cmp").lsp.CompletionItemKind.Snippet ~= entry:get_kind()
end,
},
Is it possible to disable this feature where it suggests the
<tag></tag>
whenever I enter "tag" or any other word?Config: