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
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

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" },