WIP
This commit is contained in:
parent
d66e56ed45
commit
c3f6a03349
9 changed files with 123 additions and 35 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue