mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-07 14:39:43 +01:00
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:
parent
7fde54fa58
commit
5a08ca328c
@ -575,6 +575,7 @@ in
|
|||||||
emmet-vim
|
emmet-vim
|
||||||
nvim-treesitter.withAllGrammars
|
nvim-treesitter.withAllGrammars
|
||||||
tagbar
|
tagbar
|
||||||
|
yats-vim
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user