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 0930654 commit 088bb2dCopy full SHA for 088bb2d
lua/elixir/nextls/init.lua
@@ -41,6 +41,7 @@ function M.setup(opts)
41
NEXTLS_VERSION = opts.version,
42
},
43
settings = {},
44
+ capabilities = opts.capabilities or vim.lsp.protocol.make_client_capabilities(),
45
workspace_folders = {
46
{ name = root_dir, uri = vim.uri_from_fname(root_dir) },
47
0 commit comments