aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorMads Mogensen <mail@madsmogensen.dk>2021-10-24 21:38:57 +0000
committerGitHub <noreply@github.com>2021-10-24 14:38:57 -0700
commit1e3a4b18b2843b65c8ca476488234fd92aded8b0 (patch)
treecc0ad7b670e8132e96fa63acf6ded28dfcd650fb /lua
parentdocs: update CONFIG.md (diff)
downloadnvim-lspconfig-1e3a4b18b2843b65c8ca476488234fd92aded8b0.tar
nvim-lspconfig-1e3a4b18b2843b65c8ca476488234fd92aded8b0.tar.gz
nvim-lspconfig-1e3a4b18b2843b65c8ca476488234fd92aded8b0.tar.bz2
nvim-lspconfig-1e3a4b18b2843b65c8ca476488234fd92aded8b0.tar.lz
nvim-lspconfig-1e3a4b18b2843b65c8ca476488234fd92aded8b0.tar.xz
nvim-lspconfig-1e3a4b18b2843b65c8ca476488234fd92aded8b0.tar.zst
nvim-lspconfig-1e3a4b18b2843b65c8ca476488234fd92aded8b0.zip
docs: fix codeblock for lemminx (#1338)
Diffstat (limited to 'lua')
-rw-r--r--lua/lspconfig/lemminx.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/lspconfig/lemminx.lua b/lua/lspconfig/lemminx.lua
index 3e487c80..ecb0b444 100644
--- a/lua/lspconfig/lemminx.lua
+++ b/lua/lspconfig/lemminx.lua
@@ -22,6 +22,7 @@ require'lspconfig'.lemminx.setup{
cmd = { "/path/to/lemminx/lemminx" };
...
}
+```
NOTE to macOS users: Binaries from unidentified developers are blocked by default. If you trust the downloaded binary from jboss.org, run it once, cancel the prompt, then remove the binary from Gatekeeper quarantine with `xattr -d com.apple.quarantine lemminx`. It should now run without being blocked.