Get nextLS running
This commit is contained in:
parent
e37373a636
commit
0cceb3fdf1
7 changed files with 56 additions and 9 deletions
|
@ -373,6 +373,27 @@
|
|||
"enabled": false,
|
||||
"reindexing_delay_seconds": 600
|
||||
},
|
||||
// Settings specific to our elixir integration
|
||||
"elixir": {
|
||||
// Set Zed to use the experimental Next LS LSP server.
|
||||
// Note that changing this setting requires a restart of Zed
|
||||
// to take effect.
|
||||
//
|
||||
// May take 3 values:
|
||||
// 1. Use the standard elixir-ls LSP server
|
||||
// "next": "off"
|
||||
// 2. Use a bundled version of the next Next LS LSP server
|
||||
// "next": "on",
|
||||
// 3. Use a locally running version of the next Next LS LSP server,
|
||||
// on a specific port:
|
||||
// "next": {
|
||||
// "local": {
|
||||
// "port": 4000
|
||||
// }
|
||||
// },
|
||||
//
|
||||
"next": "off"
|
||||
},
|
||||
// Different settings for specific languages.
|
||||
"languages": {
|
||||
"Plain Text": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue