diff options
| -rw-r--r-- | doc/lspconfig.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lspconfig.txt b/doc/lspconfig.txt index 0cb51688..4d9b89dd 100644 --- a/doc/lspconfig.txt +++ b/doc/lspconfig.txt @@ -390,7 +390,7 @@ below returns a function that takes as its argument the current buffer path. - `util.find_package_json_ancestor`: a function that locates the first parent directory containing a `package.json`. > - root_dir = util.find_json_ancestor + root_dir = util.find_package_json_ancestor < Note: On Windows, `lspconfig` always assumes forward slash normalized paths with capitalized drive letters. |
