From b0dd61fa9de88c76e6ecca1583fff8a154bc0105 Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Fri, 21 Mar 2025 16:51:51 -0300 Subject: [PATCH] fix(neovim): remove razor from ensure_installed in treesitter The language's treesitter spec is not in the family yet, have to manually download, compile and add it. --- modules/neovim/lua/plugins/treesitter.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/neovim/lua/plugins/treesitter.lua b/modules/neovim/lua/plugins/treesitter.lua index 27a8891..26e8950 100644 --- a/modules/neovim/lua/plugins/treesitter.lua +++ b/modules/neovim/lua/plugins/treesitter.lua @@ -29,7 +29,6 @@ return { "objc", "proto", "python", - "razor", "svelte", "tsx", "typescript",