We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82ce40c commit 2ac2f43Copy full SHA for 2ac2f43
lua/blink/cmp/windows/lib/init.lua
@@ -42,6 +42,7 @@ function win:get_buf()
42
self.buf = vim.api.nvim_create_buf(false, true)
43
vim.api.nvim_set_option_value('tabstop', 1, { buf = self.buf }) -- prevents tab widths from being unpredictable
44
vim.api.nvim_set_option_value('filetype', self.config.filetype, { buf = self.buf })
45
+ vim.treesitter.stop(self.buf)
46
end
47
return self.buf
48
0 commit comments