typescript

This commit is contained in:
Barak Michener 2017-10-19 11:36:37 -07:00
parent 414ec87733
commit cafffe67e2
3 changed files with 83 additions and 77 deletions

5
.vimrc
View file

@ -129,6 +129,9 @@ Plug 'let-def/vimbufsync'
"Plug 'lucas8/coquille', {'branch': 'error_on_coq_error', 'for': 'coq'}
Plug 'whonore/coquille', {'branch': 'pathogen-bundle', 'for': 'coq'}
Plug 'HerringtonDarkholme/yats.vim'
Plug 'mhartington/nvim-typescript'
call plug#end()
@ -520,7 +523,7 @@ endfunction
" I don't know how I came up with gt for opening the tree, but it stuck.
"nmap gt :NERDTreeToggle<CR>
nmap gt :VimFilerExplorer -winwidth=40 -toggle -direction=rightbelow -parent -status<CR>
nmap gt :VimFilerExplorer -winwidth=40 -toggle -direction=rightbelow -parent -status -force-hide<CR>
" The same for the TagList, useful for large C files.
"nmap gb :TlistToggle<CR>
nmap gb :TagbarToggle<CR>