mirror of
https://github.com/neovim/neovim.git
synced 2024-12-25 13:45:15 -07:00
4 lines
60 B
Lua
4 lines
60 B
Lua
|
if vim.g.ts_highlight_lua then
|
||
|
vim.treesitter.start()
|
||
|
end
|