aboutsummaryrefslogtreecommitdiffstats
path: root/CUSTOM_SERVERS.md
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2021-08-17 21:38:32 +0200
committerWilliam Boman <william@redwill.se>2021-08-17 21:38:35 +0200
commitd1b517abd9008523a9fb872297a9d571d2ff71b1 (patch)
tree50541eea7f3f804d7e3170f654ae0b91e5e74866 /CUSTOM_SERVERS.md
parentadd custom server capabilities (#55) (diff)
downloadmason-d1b517abd9008523a9fb872297a9d571d2ff71b1.tar
mason-d1b517abd9008523a9fb872297a9d571d2ff71b1.tar.gz
mason-d1b517abd9008523a9fb872297a9d571d2ff71b1.tar.bz2
mason-d1b517abd9008523a9fb872297a9d571d2ff71b1.tar.lz
mason-d1b517abd9008523a9fb872297a9d571d2ff71b1.tar.xz
mason-d1b517abd9008523a9fb872297a9d571d2ff71b1.tar.zst
mason-d1b517abd9008523a9fb872297a9d571d2ff71b1.zip
CUSTOM_SERVERS.md: add missing type annotation
Diffstat (limited to 'CUSTOM_SERVERS.md')
-rw-r--r--CUSTOM_SERVERS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CUSTOM_SERVERS.md b/CUSTOM_SERVERS.md
index a9c3c3f2..31938b48 100644
--- a/CUSTOM_SERVERS.md
+++ b/CUSTOM_SERVERS.md
@@ -124,7 +124,7 @@ Most likely, nvim-lsp-installer already have the installer implementations you'd
[zx](https://github.com/google/zx) is a tool for writing better scripts. It's a suitable install method for servers
that for example have many different steps or branches into different steps depending on some logic.
- #### `zx.file(relpath)`
+ #### `zx.file(relpath: string)`
Returns an installer that executes the provided file as a `zx` script. `relpath` is the relative path (of the current
Lua file) to the script file.