diff options
| author | Hirokazu Hata <h.hata.ai.t@gmail.com> | 2020-01-01 07:15:50 +0900 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2019-12-31 14:15:50 -0800 |
| commit | 10d3a9bde1d72bd3dfdbffbc317ef6b36ff9dd15 (patch) | |
| tree | 7eef1897eafc3607927b2006715e4e56b3ecd843 /README.md | |
| parent | [docgen] Update README.md (diff) | |
| download | nvim-lspconfig-10d3a9bde1d72bd3dfdbffbc317ef6b36ff9dd15.tar nvim-lspconfig-10d3a9bde1d72bd3dfdbffbc317ef6b36ff9dd15.tar.gz nvim-lspconfig-10d3a9bde1d72bd3dfdbffbc317ef6b36ff9dd15.tar.bz2 nvim-lspconfig-10d3a9bde1d72bd3dfdbffbc317ef6b36ff9dd15.tar.lz nvim-lspconfig-10d3a9bde1d72bd3dfdbffbc317ef6b36ff9dd15.tar.xz nvim-lspconfig-10d3a9bde1d72bd3dfdbffbc317ef6b36ff9dd15.tar.zst nvim-lspconfig-10d3a9bde1d72bd3dfdbffbc317ef6b36ff9dd15.zip | |
CI: luacheck #86
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 26 |
1 files changed, 9 insertions, 17 deletions
@@ -1193,7 +1193,7 @@ require'nvim_lsp'.hie.setup{} https://intelephense.com/ -`intelephense` can be installed via `:LspInstall intelephense` or by yourself with `npm`: +`intelephense` can be installed via `:LspInstall intelephense` or by yourself with `npm`: ```sh npm install -g intelephense ``` @@ -1952,9 +1952,9 @@ This server accepts configuration via the `settings` key. Check all targets and tests (will be passed as `--all-targets`) -- **`rust-analyzer.cargo-watch.arguments`**: `string` +- **`rust-analyzer.cargo-watch.arguments`**: `array` - Default: `""` + Default: `{}` `cargo-watch` arguments. (e.g: `--features="shumway,pdf"` will run as `cargo watch -x "check --features="shumway,pdf""` ) @@ -1964,11 +1964,11 @@ This server accepts configuration via the `settings` key. `cargo-watch` command. (e.g: `clippy` will run as `cargo watch -x clippy` ) -- **`rust-analyzer.cargo-watch.ignore`**: `array` +- **`rust-analyzer.cargo-watch.enable`**: `boolean` - Default: `{}` + Default: `true` - A list of patterns for cargo-watch to ignore (will be passed as `--ignore`) + Run `cargo check` for diagnostics on save - **`rust-analyzer.cargoFeatures.allFeatures`**: `boolean` @@ -1992,12 +1992,6 @@ This server accepts configuration via the `settings` key. Display additional type information in the editor -- **`rust-analyzer.enableCargoWatchOnStartup`**: `enum { "ask", "enabled", "disabled" }` - - Default: `"ask"` - - Whether to run `cargo watch` on startup - - **`rust-analyzer.enableEnhancedTyping`**: `boolean` Default: `true` @@ -2042,11 +2036,9 @@ This server accepts configuration via the `settings` key. When highlighting Rust code, use a unique color per identifier -- **`rust-analyzer.trace.cargo-watch`**: `enum { "off", "error", "verbose" }` +- **`rust-analyzer.scopeMappings`**: `object` - Default: `"off"` - - Trace output of cargo-watch + Mapping Rust Analyzer scopes to TextMateRule scopes list. - **`rust-analyzer.trace.server`**: `enum { "off", "messages", "verbose" }` @@ -2389,7 +2381,7 @@ require'nvim_lsp'.texlab.setup{} https://github.com/theia-ide/typescript-language-server -`typescript-language-server` can be installed via `:LspInstall tsserver` or by yourself with `npm`: +`typescript-language-server` can be installed via `:LspInstall tsserver` or by yourself with `npm`: ```sh npm install -g typescript-language-server ``` |
