diff options
| author | github-actions <github-actions@github.com> | 2022-03-20 18:56:05 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2022-03-20 18:56:05 +0000 |
| commit | 67a2928daf3b325cbbbdabcc9764239a24976384 (patch) | |
| tree | 941e37a95a0eadc6dbd445b5921e8cd188719530 | |
| parent | docs: restore commands (#1798) (diff) | |
| download | nvim-lspconfig-67a2928daf3b325cbbbdabcc9764239a24976384.tar nvim-lspconfig-67a2928daf3b325cbbbdabcc9764239a24976384.tar.gz nvim-lspconfig-67a2928daf3b325cbbbdabcc9764239a24976384.tar.bz2 nvim-lspconfig-67a2928daf3b325cbbbdabcc9764239a24976384.tar.lz nvim-lspconfig-67a2928daf3b325cbbbdabcc9764239a24976384.tar.xz nvim-lspconfig-67a2928daf3b325cbbbdabcc9764239a24976384.tar.zst nvim-lspconfig-67a2928daf3b325cbbbdabcc9764239a24976384.zip | |
docs: update server_configurations.md
skip-checks: true
| -rw-r--r-- | doc/server_configurations.md | 23 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 23 |
2 files changed, 32 insertions, 14 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index cd1e072c..d37c348f 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -673,7 +673,8 @@ For details on how to automatically generate one using CMake look [here](https:/ ```lua require'lspconfig'.clangd.setup{} ``` - +**Commands:** +- ClangdSwitchSourceHeader: Switch between source/header **Default values:** - `capabilities` : @@ -1127,7 +1128,8 @@ vim.g.markdown_fenced_languages = { ```lua require'lspconfig'.denols.setup{} ``` - +**Commands:** +- DenolsCache: Cache a module and all of its dependencies. **Default values:** - `cmd` : @@ -1655,7 +1657,8 @@ Messages already handled in lspconfig: eslint/openDoc, eslint/confirmESLintExecu ```lua require'lspconfig'.eslint.setup{} ``` - +**Commands:** +- EslintFixAll: Fix all eslint problems for this buffer **Default values:** - `cmd` : @@ -4326,7 +4329,8 @@ https://github.com/microsoft/pyright ```lua require'lspconfig'.pyright.setup{} ``` - +**Commands:** +- PyrightOrganizeImports: Organize Imports **Default values:** - `cmd` : @@ -4817,7 +4821,8 @@ See [docs](https://github.com/rust-analyzer/rust-analyzer/tree/master/docs/user# ```lua require'lspconfig'.rust_analyzer.setup{} ``` - +**Commands:** +- CargoReload: Reload current cargo workspace **Default values:** - `cmd` : @@ -5879,7 +5884,9 @@ See https://github.com/latex-lsp/texlab/blob/master/docs/options.md for configur ```lua require'lspconfig'.texlab.setup{} ``` - +**Commands:** +- TexlabBuild: Build the current buffer +- TexlabForward: Forward search from current position **Default values:** - `cmd` : @@ -6678,7 +6685,9 @@ A plain text note-taking assistant ```lua require'lspconfig'.zk.setup{} ``` - +**Commands:** +- ZkIndex: Index +- ZkNew: ZkNew **Default values:** - `cmd` : diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index cd1e072c..d37c348f 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -673,7 +673,8 @@ For details on how to automatically generate one using CMake look [here](https:/ ```lua require'lspconfig'.clangd.setup{} ``` - +**Commands:** +- ClangdSwitchSourceHeader: Switch between source/header **Default values:** - `capabilities` : @@ -1127,7 +1128,8 @@ vim.g.markdown_fenced_languages = { ```lua require'lspconfig'.denols.setup{} ``` - +**Commands:** +- DenolsCache: Cache a module and all of its dependencies. **Default values:** - `cmd` : @@ -1655,7 +1657,8 @@ Messages already handled in lspconfig: eslint/openDoc, eslint/confirmESLintExecu ```lua require'lspconfig'.eslint.setup{} ``` - +**Commands:** +- EslintFixAll: Fix all eslint problems for this buffer **Default values:** - `cmd` : @@ -4326,7 +4329,8 @@ https://github.com/microsoft/pyright ```lua require'lspconfig'.pyright.setup{} ``` - +**Commands:** +- PyrightOrganizeImports: Organize Imports **Default values:** - `cmd` : @@ -4817,7 +4821,8 @@ See [docs](https://github.com/rust-analyzer/rust-analyzer/tree/master/docs/user# ```lua require'lspconfig'.rust_analyzer.setup{} ``` - +**Commands:** +- CargoReload: Reload current cargo workspace **Default values:** - `cmd` : @@ -5879,7 +5884,9 @@ See https://github.com/latex-lsp/texlab/blob/master/docs/options.md for configur ```lua require'lspconfig'.texlab.setup{} ``` - +**Commands:** +- TexlabBuild: Build the current buffer +- TexlabForward: Forward search from current position **Default values:** - `cmd` : @@ -6678,7 +6685,9 @@ A plain text note-taking assistant ```lua require'lspconfig'.zk.setup{} ``` - +**Commands:** +- ZkIndex: Index +- ZkNew: ZkNew **Default values:** - `cmd` : |
