From e05328092a44fab977222ed44016aff3c1fa3861 Mon Sep 17 00:00:00 2001 From: Steven Sojka Date: Sun, 17 May 2020 16:31:48 -0500 Subject: feat(angular-ls): add angular language service --- scripts/README_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/README_template.md b/scripts/README_template.md index dc0b4052..681e9d20 100644 --- a/scripts/README_template.md +++ b/scripts/README_template.md @@ -229,7 +229,7 @@ nvim_lsp.SERVER.setup{config} the second parameter instead. Useful for doing buffer-local setup. {on_new_config} - `function(new_config)` will be executed after a new configuration has been + `function(new_config, new_root_dir)` will be executed after a new configuration has been created as a result of {root_dir} returning a unique value. You can use this as an opportunity to further modify the new_config or use it before it is sent to |vim.lsp.start_client()|. -- cgit v1.3.1