From 5a08ca328c4714353fcdfed42b0c3bee122fdbd1 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 20 Dec 2023 18:20:10 -0500 Subject: [PATCH] neovim: Use yats-vim for TypeScript syntax highlighting This fixes an issue where `import`s with `type` in them would cause syntax highlighting to break in neovim. See: https://github.com/vim/vim/issues/11652 --- home/neovim.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/neovim.nix b/home/neovim.nix index f312ab3..dbb13e7 100644 --- a/home/neovim.nix +++ b/home/neovim.nix @@ -575,6 +575,7 @@ in emmet-vim nvim-treesitter.withAllGrammars tagbar + yats-vim ]; };