Skip to content

Instantly share code, notes, and snippets.

@presuku
Created September 23, 2021 07:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save presuku/922207f549440dfdb5261387a7fb572f to your computer and use it in GitHub Desktop.
Save presuku/922207f549440dfdb5261387a7fb572f to your computer and use it in GitHub Desktop.
diff --git a/vim/autoload/vlime/server.vim b/vim/autoload/vlime/server.vim
index 464129c..4781bb4 100644
--- a/vim/autoload/vlime/server.vim
+++ b/vim/autoload/vlime/server.vim
@@ -203,7 +203,7 @@ function! vlime#server#BuildServerCommand(cl_impl)
\ string(cl_impl) . ' not supported'
endif
- return Builder(vlime_loader, '(vlime:main)')
+ return Builder(vlime_loader, '(vlime:main #+allegro :backend #+allegro :vlime-patched)')
endfunction
function! s:MatchServerCreatedPort()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment