Skip to content

Commit

Permalink
add ts and jsx highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
randName committed Oct 3, 2020
1 parent 24af551 commit bc8d4ec
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@
[submodule "vim/pack/plugins/opt/vim-gitgutter"]
path = vim/pack/plugins/opt/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule "vim/pack/plugins/opt/yats.vim"]
path = vim/pack/plugins/opt/yats.vim
url = https://github.com/HerringtonDarkholme/yats.vim
[submodule "vim/pack/plugins/opt/vim-jsx-pretty"]
path = vim/pack/plugins/opt/vim-jsx-pretty
url = https://github.com/MaxMEllon/vim-jsx-pretty
1 change: 1 addition & 0 deletions vim/pack/plugins/opt/vim-jsx-pretty
Submodule vim-jsx-pretty added at 3a24dc
1 change: 1 addition & 0 deletions vim/pack/plugins/opt/yats.vim
Submodule yats.vim added at 7c904c
2 changes: 2 additions & 0 deletions vim/plugin/jsx.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packadd yats.vim
packadd vim-jsx-pretty

0 comments on commit bc8d4ec

Please sign in to comment.