mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-13 05:22:08 +01:00
56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"diagnostic.virtualText": true,
|
|
"diagnostic.virtualTextCurrentLineOnly": false,
|
|
"languageserver": {
|
|
"haskell": {
|
|
"command": "haskell-language-server-wrapper",
|
|
"args": [
|
|
"--lsp"
|
|
],
|
|
"rootPatterns": [
|
|
"*.cabal",
|
|
"stack.yaml",
|
|
"cabal.project",
|
|
"package.yaml",
|
|
"hie.yaml"
|
|
],
|
|
"filetypes": [
|
|
"haskell",
|
|
"lhaskell"
|
|
]
|
|
},
|
|
"ocaml-lsp": {
|
|
"command": "opam",
|
|
"args": [
|
|
"config",
|
|
"exec",
|
|
"--",
|
|
"ocamllsp"
|
|
],
|
|
"filetypes": [
|
|
"ocaml",
|
|
"reason"
|
|
]
|
|
},
|
|
"mun": {
|
|
"command": "mun",
|
|
"rootPatterns": [
|
|
"mun.toml"
|
|
],
|
|
"trace.server": "verbose",
|
|
"args": [
|
|
"language-server"
|
|
],
|
|
"filetypes": [
|
|
"mun"
|
|
]
|
|
},
|
|
"zls" : {
|
|
"command": "zls",
|
|
"filetypes": ["zig"]
|
|
}
|
|
},
|
|
"java.format.enabled": true,
|
|
"java.format.onType.enabled": true,
|
|
"sumneko-lua.enableNvimLuaDev": true
|
|
}
|