disabled autosuggest as it really too slow for now. fix for nimdoc comments auto-formatting
This commit is contained in:
parent
53f24a6015
commit
15a6f3e4ac
2 changed files with 3 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ fun! s:UpdateNimLog()
|
|||
|
||||
let g:nim_log = []
|
||||
|
||||
match Search /^nimrod.*/
|
||||
match Search /^nimrod\ idetools.*/
|
||||
endf
|
||||
|
||||
augroup NimLog
|
||||
|
|
@ -95,7 +95,7 @@ if !exists("g:neocomplcache_omni_patterns")
|
|||
let g:neocomplcache_omni_patterns = {}
|
||||
endif
|
||||
|
||||
let g:neocomplcache_omni_patterns['nimrod'] = '[^. *\t]\.\w*'
|
||||
" let g:neocomplcache_omni_patterns['nimrod'] = '[^. *\t]\.\w*'
|
||||
|
||||
fun! GotoDefinition_nimrod()
|
||||
let defOut = NimExec("--def")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue