From 98a2ccf147a4d0fe9d1e8bb9e216aa6390444aea Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 28 Feb 2024 07:32:49 -0500 Subject: [PATCH] neovim: Use treesitter for astro/css over astro-vim Improves syntax highlighting. --- home/neovim.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/neovim.nix b/home/neovim.nix index 624fc1c3..211a025c 100644 --- a/home/neovim.nix +++ b/home/neovim.nix @@ -572,7 +572,7 @@ in highlight = { enable = true, disable = function(lang) - if lang ~= "javascript" and lang ~= "tsx" and lang ~= "typescript" then + if lang ~= "javascript" and lang ~= "tsx" and lang ~= "typescript" and lang ~= "astro" and lang ~= "css" then return true end end, @@ -600,7 +600,6 @@ in vim-crystal vim-nix-rummik fcitx-vim - vim-astro vim-svelte typst-vim emmet-vim