From 9100b3af6e310561167361536fd162bbe588049a Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Thu, 14 Nov 2019 19:46:50 +0100 Subject: Add initial support for python-language-server (#3) * initial support for python-language-server * put settings in documentation also: update docgen script update setup call examples in README_preamble --- scripts/docgen.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/docgen.lua b/scripts/docgen.lua index 7b338546..a2583a36 100644 --- a/scripts/docgen.lua +++ b/scripts/docgen.lua @@ -1,3 +1,4 @@ +require 'nvim_lsp' local skeleton = require 'nvim_lsp/skeleton' local inspect = vim.inspect @@ -38,7 +39,7 @@ local function indent(n, s) return table.concat(lines, '\n') end -local writer = io.popen("cat README_preamble.md - > README.md common-lsp-docs.md", "w") +local writer = io.popen("cat README_preamble.md - > README.md", "w") for k, v in pairs(skeleton) do local tconf = v.template_config -- cgit v1.2.3-70-g09d2