mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
ocaml build-tools
This commit is contained in:
parent
02889abd04
commit
5ee983b09b
3 changed files with 50 additions and 2 deletions
|
|
@ -208,7 +208,15 @@ require "lspconfig".typst_lsp.setup {
|
|||
-- },
|
||||
}
|
||||
|
||||
-- Standalone plugins
|
||||
-- OCaml
|
||||
require "lspconfig".ocamllsp.setup {
|
||||
on_attach = on_attach,
|
||||
capabilities = capabilities,
|
||||
}
|
||||
|
||||
------------------------
|
||||
-- Standalone plugins --
|
||||
------------------------
|
||||
|
||||
-- Java
|
||||
local config = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue