Skip to content

ocaml-mlx/ocaml_mlx.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

neovim plugin for .mlx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published