1
0
forked from extern/nix-config

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
This commit is contained in:
Donovan Glover 2023-12-20 18:20:10 -05:00
parent 7fde54fa58
commit 5a08ca328c
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -575,6 +575,7 @@ in
emmet-vim
nvim-treesitter.withAllGrammars
tagbar
yats-vim
];
};