diff options
| author | github-actions <github-actions@github.com> | 2022-11-28 01:04:52 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2022-11-28 01:04:52 +0000 |
| commit | cc1b8d339455e92cb4cfbb6895eb172f565c56fd (patch) | |
| tree | 296a5f6f616ec93eedda8bb50751d41b57c08c4e /doc | |
| parent | Try to get sourcery auth token from config file (#2240) (diff) | |
| download | nvim-lspconfig-cc1b8d339455e92cb4cfbb6895eb172f565c56fd.tar nvim-lspconfig-cc1b8d339455e92cb4cfbb6895eb172f565c56fd.tar.gz nvim-lspconfig-cc1b8d339455e92cb4cfbb6895eb172f565c56fd.tar.bz2 nvim-lspconfig-cc1b8d339455e92cb4cfbb6895eb172f565c56fd.tar.lz nvim-lspconfig-cc1b8d339455e92cb4cfbb6895eb172f565c56fd.tar.xz nvim-lspconfig-cc1b8d339455e92cb4cfbb6895eb172f565c56fd.tar.zst nvim-lspconfig-cc1b8d339455e92cb4cfbb6895eb172f565c56fd.zip | |
docs: update server_configurations.md
skip-checks: true
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/server_configurations.md | 2 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index 8261c243..7534bca9 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -6513,6 +6513,8 @@ require'lspconfig'.sourcery.setup { } ``` +Alternatively, you can login to sourcery by running `sourcery login` with sourcery-cli. + **Snippet to enable the language server:** diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index 8261c243..7534bca9 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -6513,6 +6513,8 @@ require'lspconfig'.sourcery.setup { } ``` +Alternatively, you can login to sourcery by running `sourcery login` with sourcery-cli. + **Snippet to enable the language server:** |
