This commit is contained in:
baabelfish 2016-02-22 11:12:53 +02:00
commit c3f6a03349
9 changed files with 123 additions and 35 deletions

View file

@ -30,7 +30,7 @@ function! FindNimModulesPath()
endfunction
if exists("g:ycm_semantic_triggers")
let g:ycm_semantic_triggers["nim"] = ['.', '(']
let g:ycm_semantic_triggers["nim"] = ['.']
endif
let g:nvim_nim_enable_async = has("nvim")