diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-02-23 05:34:30 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-02-23 05:34:30 +0000 |
| commit | d5b6d4366dfd7a1071b930defd365e6d0be258de (patch) | |
| tree | f7f643a97bce9750fa269793f400a2887759a34e | |
| parent | fix(purescript-language-server): add 'spago.yaml' to the list of root_pattern... (diff) | |
| download | nvim-lspconfig-d5b6d4366dfd7a1071b930defd365e6d0be258de.tar nvim-lspconfig-d5b6d4366dfd7a1071b930defd365e6d0be258de.tar.gz nvim-lspconfig-d5b6d4366dfd7a1071b930defd365e6d0be258de.tar.bz2 nvim-lspconfig-d5b6d4366dfd7a1071b930defd365e6d0be258de.tar.lz nvim-lspconfig-d5b6d4366dfd7a1071b930defd365e6d0be258de.tar.xz nvim-lspconfig-d5b6d4366dfd7a1071b930defd365e6d0be258de.tar.zst nvim-lspconfig-d5b6d4366dfd7a1071b930defd365e6d0be258de.zip | |
docs: update server_configurations.md
skip-checks: true
| -rw-r--r-- | doc/server_configurations.md | 2 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index f67027f4..78148ce5 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -8134,7 +8134,7 @@ require'lspconfig'.purescriptls.setup{} ``` - `root_dir` : ```lua - root_pattern('spago.dhall', 'psc-package.json', 'bower.json', 'flake.nix', 'shell.nix'), + root_pattern('bower.json', 'flake.nix', 'psc-package.json', 'shell.nix', 'spago.dhall', 'spago.yaml'), ``` diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index f67027f4..78148ce5 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -8134,7 +8134,7 @@ require'lspconfig'.purescriptls.setup{} ``` - `root_dir` : ```lua - root_pattern('spago.dhall', 'psc-package.json', 'bower.json', 'flake.nix', 'shell.nix'), + root_pattern('bower.json', 'flake.nix', 'psc-package.json', 'shell.nix', 'spago.dhall', 'spago.yaml'), ``` |
