Skip to content

Commit

Permalink
Configures type definition vim keybinding for TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
vesan committed Dec 2, 2017
1 parent c8c189a commit 9811b4f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@ let g:ale_linters = {
\ ]
\}

" tsuquyomi

autocmd FileType typescript nmap <buffer> <Leader>i : <C-u>echo tsuquyomi#hint()<CR>
" let g:tsuquyomi_disable_quickfix = 1

" Don't load PeepOpen
let g:peepopen_loaded = 1

Expand Down

0 comments on commit 9811b4f

Please sign in to comment.