Vito
Vito
I wanted to make a simple example but was running into some issues. https://gist.github.com/vito-c/ee93cc7999397a208f59f202309f9d5a When I call this via `:echo MyTest('test')` nvim will freeze. I added log statements as well...
> It was likely an error that stopped the plugin from loading. This error should be echoed now (so it can be fixed) Even if it's an error that stops...
I was trying to change the font style using `:set guifont=CaskaydiaCove_Nerd_Font_Mono:h20` but it gives me the same result as `:set guifont=monospace:h20` is there something I need to do to embed...
In case anyone stumbles across this and is having issues the trick is to escape the spaces. `set guifont=Caskaydia\ Cove\ Nerd\ Font\ Mono:h18`
When I go to insert mode then run `cmd v` I get my pasted text wrapped in `` However when I run `"+p` I get the correct pasted text.
Well I am a bit confused here because I seem to be able to compile pty.js when I cd there and run make. Is there something I need to do...
I will prepare a PR. :)
@fwcd yah I have tried that. I closed and opened it several times [output.log](https://github.com/fwcd/KotlinLanguageServer/files/2997410/output.log)
I think there is a way to set the workspace dir I'm using https://github.com/autozimu/LanguageClient-neovim ... I pulled master and it looks like kotline-language-server changed to `server/build/install/server/bin/server`?