style: remove debug :)

This commit is contained in:
Folke Lemaitre 2024-05-14 22:25:40 +02:00
parent cffed60fe4
commit 3585d61c93
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -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