mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
style: remove debug :)
This commit is contained in:
parent
cffed60fe4
commit
3585d61c93
1 changed files with 0 additions and 1 deletions
|
@ -72,7 +72,6 @@ function M.lazy_file()
|
|||
local lang = vim.treesitter.language.get_lang(ft)
|
||||
if not (lang and pcall(vim.treesitter.start, event.buf, lang)) then
|
||||
vim.bo[event.buf].syntax = ft
|
||||
vim.notify("Could not load treesitter for " .. ft, "warn", { title = "LazyVim" })
|
||||
end
|
||||
|
||||
-- Trigger early redraw
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue