Get nextLS running

This commit is contained in:
Mikayla 2023-09-20 06:55:24 -07:00
parent e37373a636
commit 0cceb3fdf1
No known key found for this signature in database
7 changed files with 56 additions and 9 deletions

View file

@ -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": {