saud

Results 15 comments of saud

Haven't seen this mentioned in the protocol spec. But I'd say that it would work, since the supported languages can be used together, like importing a `js` file inside `ts`....

Another benefit I can think of: Unsaved changes in one filetype's buffer can be recognized and considered by the server in another filetype, if both filetypes share a single server....

I think the problem happens when switching before changing values. https://user-images.githubusercontent.com/20013884/190591176-05244085-6ed1-43c6-a089-5bd9763dd58c.mp4

Another one: libtool Compilation requires running `libtoolize` before `./configure`

Just set the env var `boost_cv_lib_version` to the version of your installed libraries. For example, if you have boost version `1.69.0`, set it as `export boost_cv_lib_version=1_69_0` and then run `./configure`.

Are you using `Kapply` on the resource buffer directly?(buffer name starts with `kube://`) `Kapply` is actually meant to be used with local files, so it doesn't modify the buffer after...

I pushed a change that should fix the cursor reset issue 6b85ccc