mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-09 15:38:12 +01:00
neovim: Use treesitter for astro/css over astro-vim
Improves syntax highlighting.
This commit is contained in:
parent
140a71e7d6
commit
98a2ccf147
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user