aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorMichael Lingelbach <m.j.lbach@gmail.com>2022-03-20 11:48:23 -0700
committerGitHub <noreply@github.com>2022-03-20 11:48:23 -0700
commitb603fa61f289a2c510bc421ed9510d103ee298c1 (patch)
tree8e47d148365e4278ace5b0b376363a02bd0b4bb5 /lua
parentdocs: update server_configurations.md (diff)
downloadnvim-lspconfig-b603fa61f289a2c510bc421ed9510d103ee298c1.tar
nvim-lspconfig-b603fa61f289a2c510bc421ed9510d103ee298c1.tar.gz
nvim-lspconfig-b603fa61f289a2c510bc421ed9510d103ee298c1.tar.bz2
nvim-lspconfig-b603fa61f289a2c510bc421ed9510d103ee298c1.tar.lz
nvim-lspconfig-b603fa61f289a2c510bc421ed9510d103ee298c1.tar.xz
nvim-lspconfig-b603fa61f289a2c510bc421ed9510d103ee298c1.tar.zst
nvim-lspconfig-b603fa61f289a2c510bc421ed9510d103ee298c1.zip
docs: clean up styling in documentation (#1797)
Make it more obvious not to copy/paste default_config
Diffstat (limited to 'lua')
-rw-r--r--lua/lspconfig/server_configurations/zls.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/lspconfig/server_configurations/zls.lua b/lua/lspconfig/server_configurations/zls.lua
index b848eecb..93ca32b5 100644
--- a/lua/lspconfig/server_configurations/zls.lua
+++ b/lua/lspconfig/server_configurations/zls.lua
@@ -9,9 +9,9 @@ return {
},
docs = {
description = [[
- https://github.com/zigtools/zls
+https://github.com/zigtools/zls
- `Zig LSP implementation + Zig Language Server`.
+Zig LSP implementation + Zig Language Server
]],
default_config = {
root_dir = [[util.root_pattern("zls.json", ".git") or current_file_dirname]],