mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-21 20:11:06 +00: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)
|
local lang = vim.treesitter.language.get_lang(ft)
|
||||||
if not (lang and pcall(vim.treesitter.start, event.buf, lang)) then
|
if not (lang and pcall(vim.treesitter.start, event.buf, lang)) then
|
||||||
vim.bo[event.buf].syntax = ft
|
vim.bo[event.buf].syntax = ft
|
||||||
vim.notify("Could not load treesitter for " .. ft, "warn", { title = "LazyVim" })
|
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Trigger early redraw
|
-- Trigger early redraw
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue