Async fixes
This commit is contained in:
parent
04ac2060e9
commit
02862ee691
11 changed files with 37 additions and 61 deletions
|
|
@ -1,7 +1,7 @@
|
|||
if exists("s:loaded")
|
||||
if exists("g:nvim_nim_loaded")
|
||||
finish
|
||||
endif
|
||||
let s:loaded = 1
|
||||
let g:nvim_nim_loaded = 1
|
||||
|
||||
|
||||
function! CheckDependency(command)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue