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
|
|
@ -43,6 +43,11 @@ if status is-interactive
|
|||
alias sbt "sbt -java-home $JAVA_HOME"
|
||||
end
|
||||
|
||||
# OCaml opam environment
|
||||
if command -q opam
|
||||
eval (opam env)
|
||||
end
|
||||
|
||||
# Ansible path
|
||||
set -gx ANSIBLE_CONFIG ~/.ansible.cfg
|
||||
|
||||
|
|
|
|||
|
|
@ -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