Added travis script
This commit is contained in:
parent
46be04e778
commit
7953c47a57
16 changed files with 403 additions and 42 deletions
|
|
@ -20,8 +20,11 @@ command! NimOutline :call features#outline#run()
|
|||
nnoremap <buffer> <c-]> :NimDefinition<cr>
|
||||
nnoremap <buffer> gd :NimDefinition<cr>
|
||||
nnoremap <buffer> gt :NimInfo<cr>
|
||||
nnoremap <buffer> gT :NimInfoVerbose<cr>
|
||||
|
||||
autocmd! CursorHold,InsertLeave,TextChanged,InsertEnter *.nim call highlighter#guard()
|
||||
autocmd! BufReadPost,BufWritePost *.nim call highlighter#guard()
|
||||
" autocmd! BufWinEnter quickfix let g:qfix_win = bufnr("$")
|
||||
" autocmd! BufWinLeave * if exists("g:qfix_win") && expand("<abuf>") == g:qfix_win | call features#usages#clear_matches() | unlet! g:qfix_win | endif
|
||||
|
||||
call highlighter#guard()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue