Update dotfiles
This commit is contained in:
parent
25d274e48c
commit
03c270ca7c
5 changed files with 344 additions and 162 deletions
21
.config/nvim/coc-settings.json
Normal file
21
.config/nvim/coc-settings.json
Normal 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"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue