From 4cea3d231bfbed7482ab87c4f402ef274241bae2 Mon Sep 17 00:00:00 2001 From: Vaclav Uruba Date: Tue, 27 May 2025 19:01:10 -0600 Subject: [PATCH] Update treesitter ensure installed --- .../nvim/lua/lazy-plugins/lsp-treesitter.lua | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/nvim/.config/nvim/lua/lazy-plugins/lsp-treesitter.lua b/nvim/.config/nvim/lua/lazy-plugins/lsp-treesitter.lua index 043830d..175e68e 100644 --- a/nvim/.config/nvim/lua/lazy-plugins/lsp-treesitter.lua +++ b/nvim/.config/nvim/lua/lazy-plugins/lsp-treesitter.lua @@ -23,20 +23,22 @@ return { enable = true, }, ensure_installed = { - "json", - "javascript", - "yaml", - "html", + "bash", "css", - "lua", - "vim", "dockerfile", "gitignore", - "markdown", - "bash", "go", + "html", + "http", + "hurl", + "javascript", + "json", + "lua", + "markdown", "php", "svelte", + "vim", + "yaml", }, incremental_selection = { enable = true,