Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 609 Bytes

File metadata and controls

24 lines (18 loc) · 609 Bytes

ocaml_mlx.nvim

neovim plugin for OCaml's .mlx syntax.

Installation

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.