aboutsummaryrefslogtreecommitdiff
path: root/docs/user/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Update docs/user/README.mdJeremy Kolb2020-01-271-1/+1
| | | Co-Authored-By: Veetaha <[email protected]>
* Use package scriptJeremy Kolb2020-01-261-1/+1
|
* Rename Emacs "extension"Aleksey Kladov2020-01-131-1/+1
|
* Rename VS Code extension to rust-analyzerAleksey Kladov2020-01-131-3/+3
|
* Merge pull request #2732 from detrumi/cargo-toml-not-found-message-toggleAleksey Kladov2020-01-091-0/+2
|\ | | | | Flag to hide cargo.toml not found error
| * Allow disabling Cargo.toml not found errorWilco Kusee2020-01-031-0/+2
| |
* | add note in vscode instructions for vim plugin usersGus Wynn2020-01-051-0/+4
|/
* Add example of color customizationAleksey Kladov2019-12-311-10/+3
|
* Merge branch 'master' into feature/themesSeivan Heidari2019-12-231-24/+39
|\
| * Cleanup Vim and NeoVim instructions. Fix #2579Francisco Lopes2019-12-171-17/+12
| |
| * Code: check whether the LSP binary is in PATHLaurențiu Nicola2019-12-081-1/+16
| |
| * fix file nameAndrew Banchich2019-12-041-1/+1
| |
| * fix linkAndrew Banchich2019-12-041-1/+1
| |
| * use relative linkAndrew Banchich2019-12-041-1/+1
| |
| * fix outdated link to ra-emacs-lsp.elAndrew Banchich2019-12-041-1/+1
| |
| * Add back corrected `cargo install` commandJonathan Behrens2019-12-011-8/+8
| |
| * Clarify installation instructionsJonathan Behrens2019-12-011-10/+15
| | | | | | In particular it is necessary to clone the repository before running the other commands. I also removed the `cargo install` side note because it didn't actually work (running the command just produces an error that --package isn't a recognized flag) and added a tldr code block with the list of commands to run.
* | Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ↵Seivan Heidari2019-11-251-0/+5
|\| | | | | | | feature/themes
| * Fix url to point to rust_analyzer specificallyAshkan Kiani2019-11-231-1/+1
| |
| * Add note about neovim's built in language serverAshkan Kiani2019-11-231-0/+5
| |
* | Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ↵Seivan Heidari2019-11-211-1/+1
|\| | | | | | | feature/themes
| * Add rust-analyzer-expand-macro function for EmacsFlorian Diebold2019-11-201-1/+1
| |
* | Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ↵Seivan Heidari2019-11-121-0/+2
|\| | | | | | | feature/themes
| * Implement postfix completions feature flagGreg2019-11-121-0/+2
| |
* | Clearer docs usage under `rust-analyzer.scopeMappings`.Seivan Heidari2019-11-041-1/+1
| |
* | * Adding scope mapping configuration manifest in `package.json`Seivan Heidari2019-11-041-2/+11
|/ | | | | | | | | | | | | | * Loading configurable scope mappings from settings. * Updating Readme with `rust-analyzer.scopeMappings`. `rust-analyzer.scopeMappings` -- a scheme backed JSON object to tweak Rust Analyzer scopes to TextMate scopes. ```jsonc { //Will autocomplete keys to available RA scopes. "keyword.unsafe": ["keyword", "keyword.control"], //Values are string | TextMateScope | [string | TextMateScope] "comments": "comment.block" } ```
* sublime: hint where feature flags would goJacob2019-10-251-1/+5
|
* document feature flagsAleksey Kladov2019-10-251-2/+11
|
* Instructions for VSCode RemoteMarco Groppo2019-10-211-0/+19
|
* WIP: move to xtasksAleksey Kladov2019-10-171-3/+3
|
* Adds config option for cargo-watch `--ignore` flagRoberto Vidal2019-10-171-0/+1
|
* use lockfile in cargo installAleksey Kladov2019-10-081-1/+1
|
* Add alternative setup instruction for vim/neovimLuke Jones2019-10-041-0/+16
| | | | Provide another option hint for vim/neovim users who do not want to run nodejs
* update documentation according to new settingsPaul Lesur2019-09-251-1/+2
| | | | | | | 1. `command` has been added to change the default cargo-watch command 2. `check-arguments` has been renamed to `arguments` as a consequence Thoses changes were merged in #1434
* Fixed markdown in user READMEzoewithabang2019-09-181-1/+1
|
* clarify sublime instructionsAleksey Kladov2019-09-111-1/+3
| | | | closes #1811
* Update README.mdHeyward Fann2019-09-091-1/+1
|
* Update README.mdHeyward Fann2019-09-091-2/+3
| | | fixes base on #1755 reviews
* Merge #1755bors[bot]2019-09-061-27/+4
|\ | | | | | | | | | | | | | | 1755: feat(docs): add coc-rust-analyzer r=JeanMertz a=fannheyward Co-authored-by: Heyward Fann <[email protected]>
| * feat(docs): add coc-rust-analyzerHeyward Fann2019-09-031-27/+4
| |
* | add option to disable notifyAleksey Kladov2019-09-061-0/+2
|/
* Make sysroot use `RUST_SRC_PATH` if setBastian Köcher2019-08-221-0/+1
|
* allow to exclude certain files and directoriesAleksey Kladov2019-08-061-0/+3
|
* document upgrade processAleksey Kladov2019-07-291-0/+3
| | | | closes #1615
* Overhaul installation processAleksey Kladov2019-07-271-2/+2
| | | | | | | The new commands are $ cargo install-ra --client-code $ cargo install-ra --server --jemalloc
* Implement inlay hints for emacsFlorian Diebold2019-07-271-1/+1
|
* More details on how to set up cocWho? Me?!2019-06-181-0/+21
|
* Fix typo docs/user/README.mdAndrew Chin2019-05-301-1/+1
|
* Add Vim and NeoVim setup sectionFrancisco Lopes2019-05-251-0/+19
|
* mention why enableEnhancedTyping is neededAleksey Kladov2019-05-221-1/+1
|