rabiescow
rabiescow
I would like to add directional deletes to this list as well, I often use dh dj dk dl to delete in a direction.
You can dismiss this, I had installed a global pacman ocaml library which has also installed ocaml-logs. Note to self, don't use pacman ocaml libraries.
I was finally able to get it working.  ``` settings = { extendedHover = { enable = true }, codelens = { enable = true }, duneDiagnostics = {...
I am also getting the above error when trying to compile the main branch of Minttea on Arch Linux, is there any fix to this? ``` # File "minttea/renderer.ml", line...
I had this issue too, I rebuilt ocaml-lsp-server from main and it worked perfectly again. You will have to pin merlin and merlin-lib aswell: ``` opam pin add merlin https://github.com/ocaml/merlin.git#main...
I have the same issue with a keyboard trying to run vendor specific software for Windows. I believe if you run the image through qemu you have to use ```-device...
I have the exact same issue as well. It's the only language server giving me this issue, I'm on Arch Linux.
@MisterDA's comment worked for me! 1) After the build failure, go in to **_~/.opam/default/.opam-switch/build/core_unix.v0.17.0/bigstring_unix/src/bigstring_unix_stubs.c_** and do the changes shown in his comment. 2) Use the command `opam pin add core_unix...