We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4ff29c commit 8df4cbdCopy full SHA for 8df4cbd
lua/noice/text/treesitter.lua
@@ -51,7 +51,7 @@ function M.highlight(buf, ns, range, lang)
51
lang = M.get_lang(lang)
52
53
buf = (buf == 0 or buf == nil) and vim.api.nvim_get_current_buf() or buf
54
- vim.fn.bufload(buf)
+ -- vim.fn.bufload(buf)
55
56
-- we can't use a cached parser here since that could interfer with the existing parser of the buffer
57
local LanguageTree = require("vim.treesitter.languagetree")
0 commit comments