-
Notifications
You must be signed in to change notification settings - Fork 3
Description
OCaml tools like ocamllsp and ocamlformat are often managed by sandboxes such as esy or opam. I often find myself manually sourcing the sandbox environment before launching Neovim just to ensure the tools are available. This process is tedious and error-prone, especially when switching between projects with different sandboxes.
Would you accept a PR that solves this? I am looking for a feature similar to the VSCode OCaml Platform, where I can select the active sandbox directly within the editor.
I currently maintain a similar plugin (https://github.com/syaiful6/ocaml.nvim) where I’ve implemented this. My goal is to enable a smooth transition between sandboxes and provide other OCaml commands I've found useful.
I'm happy to deprecate it in favor of this one.