fix(nvim): do not lazy load treesitter
This causes issues with highlighting etc. on startup. We pretty much *always* want to use treesitter anyhow, fundamental to all workflows inside of neovim.
This commit is contained in:
parent
2c2015f5e1
commit
f22e779c29
@ -87,7 +87,6 @@ lazy.setup({
|
|||||||
-- Treesitter
|
-- Treesitter
|
||||||
{
|
{
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
event = "VeryLazy",
|
|
||||||
build = ":TSUpdate",
|
build = ":TSUpdate",
|
||||||
dependencies = {
|
dependencies = {
|
||||||
{ url = "https://gitlab.com/HiPhish/nvim-ts-rainbow2.git" },
|
{ url = "https://gitlab.com/HiPhish/nvim-ts-rainbow2.git" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user