rabiescow

Results 8 comments of 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. ![Image](https://github.com/user-attachments/assets/5c11292a-e4cf-4775-8567-39e4ae15e919) ``` 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...