diff options
Diffstat (limited to 'lsp/angularls.lua')
| -rw-r--r-- | lsp/angularls.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lsp/angularls.lua b/lsp/angularls.lua index cdf28c9e..ea2fe006 100644 --- a/lsp/angularls.lua +++ b/lsp/angularls.lua @@ -9,12 +9,12 @@ --- local project_library_path = "/path/to/project/lib" --- local cmd = {"ngserver", "--stdio", "--tsProbeLocations", project_library_path , "--ngProbeLocations", project_library_path} --- ---- require'lspconfig'.angularls.setup{ +--- vim.lsp.config('angularls', { --- cmd = cmd, --- on_new_config = function(new_config,new_root_dir) --- new_config.cmd = cmd --- end, ---- } +--- }) --- ``` -- Angular requires a node_modules directory to probe for @angular/language-service and typescript |
