nyoom-engineering/nyoom.nvim

how to add ocamllsp to nyoom?

zeroexcuses opened this issue · 0 comments

In init.lua, I have:

local lsp = require('lspconfig');
lsp.ocamllsp.setup({
  cmd = { "ocamllsp" },
  filetypes = { "ocaml" },
});

How do I add this to config.fnl ?