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:
Price Hiller 2023-05-05 04:43:06 -05:00
parent 2c2015f5e1
commit f22e779c29
No known key found for this signature in database

View File

@ -87,7 +87,6 @@ lazy.setup({
-- Treesitter
{
"nvim-treesitter/nvim-treesitter",
event = "VeryLazy",
build = ":TSUpdate",
dependencies = {
{ url = "https://gitlab.com/HiPhish/nvim-ts-rainbow2.git" },