neovim plugin for OCaml's .mlx syntax.
With vim-plug (or your favorite plugin manager):
Plug 'neovim/nvim-lspconfig' -- for ocamllsp config
Plug 'nvim-treesitter/nvim-treesitter' -- for treesitter support
Plug 'ocaml-mlx/ocaml_mlx.nvim'Then in init.lua:
require 'ocaml_mlx'Then run :TSInstall ocaml_mlx to install the treesitter parser.