We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c05f0 commit 972c66eCopy full SHA for 972c66e
2 files changed
README.md
@@ -77,7 +77,7 @@ The minimal setup will configure both ElixirLS and credo-language-server.
77
require("elixir").setup()
78
```
79
80
-NextLS, ElixirLS, and credo-language-server can be enabled/disabled by setting the `enable` flag in the respective options table.
+Next LS, ElixirLS, and Credo Language Server can be enabled/disabled by setting the `enable` flag in the respective options table.
81
82
The defaults are shown below.
83
lua/elixir/nextls/init.lua
@@ -21,7 +21,7 @@ function M.setup(opts)
21
local workspace_folders = event.data.workspace_folders
22
23
vim.lsp.start({
24
- name = "NextLS",
+ name = "Next LS",
25
cmd = cmd,
26
cmd_env = {
27
NEXTLS_VERSION = options.version,
0 commit comments