Update dotfiles

This commit is contained in:
Joey Yakimowich-Payne 2021-06-20 14:49:13 -06:00
commit 03c270ca7c
5 changed files with 344 additions and 162 deletions

View file

@ -0,0 +1,21 @@
{
"languageserver": {
"rescript": {
"enable": true,
"module": "~/.local/share/nvim/plugged/vim-rescript/server/out/server.js",
"args": ["--node-ipc"],
"filetypes": ["rescript"],
"rootPatterns": ["bsconfig.json"]
},
"nim": {
"command": "nimlsp",
"filetypes": [ "nim" ],
"trace.server": "verbose"
},
"ocaml-lsp": {
"command": "opam",
"args": ["config", "exec", "--", "ocamllsp"],
"filetypes": ["ocaml", "reason"]
}
}
}