We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf10bf8 commit be8b111Copy full SHA for be8b111
plugin/cmp.lua
@@ -58,6 +58,8 @@ if vim.fn.has('nvim-0.9') then
58
autocmd.subscribe({ 'FileType' }, function(details)
59
if vim.treesitter.language.get_lang(details.match) then
60
vim.b[details.buf].cmp_buf_has_ts_parser = true
61
+ else
62
+ vim.b[details.buf].cmp_buf_has_ts_parser = false
63
end
64
end)
65
autocmd.subscribe({ 'BufUnload' }, function(details)
0 commit comments