Skip to content

Commit

Permalink
Added default settings for more language servers
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimaoth committed Aug 24, 2024
1 parent 865ee90 commit 44e6804
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions config/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@
"--offset-encoding=utf-8"
]
},

"c": {
"path": "clangd",
"args": [
"--offset-encoding=utf-8"
]
},

"zig": {
"path": "zls",
"settings": {
Expand Down Expand Up @@ -40,19 +42,42 @@
}
}
},

"odin": {
"path": "ols"
},

"rust": {
"path": "rust-analyzer",
"initialization-options-name": "rust-analyzer",
"initial-configuration": "",
"workspace-configuration-name": "",
"rust-analyzer": {}
},

"c_sharp": {
"path": "OmniSharp"
},

"javascript": {
"path": "typescript-language-server",
"args": ["--stdio"]
},

"typescript": {
"path": "typescript-language-server",
"args": ["--stdio"]
},

"json": {
"path": "vscode-json-languageserver",
"args": ["--stdio"]
},

"python": {
"path": "pylsp"
},

"nim": {
"path": "nimlangserver",
"args": [
Expand Down

0 comments on commit 44e6804

Please sign in to comment.