add typescript syntax to nvim config
This commit is contained in:
parent
7e040432d1
commit
45c21d9fba
2 changed files with 6 additions and 3 deletions
|
@ -49,11 +49,12 @@ call plug#begin('~/.local/share/nvim/plugged')
|
|||
Plug 'dylanaraps/wal.vim'
|
||||
|
||||
" syntax
|
||||
Plug 'cakebaker/scss-syntax.vim'
|
||||
Plug 'calviken/vim-gdscript3'
|
||||
Plug 'ianks/vim-tsx'
|
||||
Plug 'cakebaker/scss-syntax.vim'
|
||||
Plug 'posva/vim-vue'
|
||||
Plug 'leafgarland/typescript-vim'
|
||||
Plug 'lepture/vim-jinja'
|
||||
Plug 'posva/vim-vue'
|
||||
|
||||
" functionality
|
||||
Plug 'tpope/vim-sensible'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue