Skip to content

Commit

Permalink
fix(nvim): fix broken TypeScript highlighting
Browse files Browse the repository at this point in the history
By (hopefully temporarily) switching to my fork:

- https://github.com/wincent/typescript-vim

If upstream PR gets merged:

- leafgarland/typescript-vim#203

or alternative solution is implemented, I can drop the fork.

* aspects/nvim/files/.config/nvim/pack/bundle/opt/typescript-vim 31ede5a...169f678 (1):
  > fix: prefer default links except on ancient Vim versions
  • Loading branch information
wincent committed Oct 7, 2023
1 parent d4d7fb0 commit 8c01db6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@
url = https://github.com/wincent/terminus.git
[submodule "typescript-vim"]
path = aspects/nvim/files/.config/nvim/pack/bundle/opt/typescript-vim
url = https://github.com/leafgarland/typescript-vim.git
url = https://github.com/wincent/typescript-vim.git
branch = wincent
[submodule "undotree"]
path = aspects/nvim/files/.config/nvim/pack/bundle/opt/undotree
url = https://github.com/mbbill/undotree.git
Expand Down

0 comments on commit 8c01db6

Please sign in to comment.