aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/cypher_ls.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/cypher_ls.lua')
-rw-r--r--lsp/cypher_ls.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/cypher_ls.lua b/lsp/cypher_ls.lua
index 5c41a936..c50e8989 100644
--- a/lsp/cypher_ls.lua
+++ b/lsp/cypher_ls.lua
@@ -9,6 +9,7 @@
--- ```sh
--- npm i -g @neo4j-cypher/language-server
--- ```
+---@type vim.lsp.Config
return {
cmd = { 'cypher-language-server', '--stdio' },
filetypes = { 'cypher' },