diff options
| author | Github Actions <actions@github> | 2020-08-30 07:44:37 +0000 |
|---|---|---|
| committer | Github Actions <actions@github> | 2020-08-30 07:44:37 +0000 |
| commit | c0893b4b1e025c493453163f64b7e85799d9e6a3 (patch) | |
| tree | da2fb13240065e8d8e76c80b60cc0245c1261c02 /README.md | |
| parent | doc: show settings stub for rust-analyzer (#199) (diff) | |
| download | nvim-lspconfig-c0893b4b1e025c493453163f64b7e85799d9e6a3.tar nvim-lspconfig-c0893b4b1e025c493453163f64b7e85799d9e6a3.tar.gz nvim-lspconfig-c0893b4b1e025c493453163f64b7e85799d9e6a3.tar.bz2 nvim-lspconfig-c0893b4b1e025c493453163f64b7e85799d9e6a3.tar.lz nvim-lspconfig-c0893b4b1e025c493453163f64b7e85799d9e6a3.tar.xz nvim-lspconfig-c0893b4b1e025c493453163f64b7e85799d9e6a3.tar.zst nvim-lspconfig-c0893b4b1e025c493453163f64b7e85799d9e6a3.zip | |
[docgen] Update README.md
skip-checks: true
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4251,6 +4251,9 @@ require'nvim_lsp'.rust_analyzer.setup{} cmd = { "rust-analyzer" } filetypes = { "rust" } root_dir = root_pattern("Cargo.toml", "rust-project.json") + settings = { + ["rust-analyzer"] = {} + } ``` ## solargraph |
