Add vim plugins for JavaScript and TypeScript support

This commit is contained in:
2021-05-16 18:08:24 +03:00
parent 2aafb0460d
commit 29f5ee0ed5

2
.vimrc
View File

@@ -15,6 +15,8 @@ set colorcolumn=80
call plug#begin('~/.vim/plugged')
Plug 'morhetz/gruvbox'
Plug 'pangloss/vim-javascript'
Plug 'leafgarland/typescript-vim'
call plug#end()