Skip to content

Commit

Permalink
docs(faq): add note on (auto)completion
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Jun 18, 2024
1 parent a1d32cd commit 14a5a4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body:
label: Have you read the docs and searched existing issues?
description: Please check all of the below that are applicable before submitting an issue.
options:
- label: I have read [the README's troubleshooting guide](https://github.com/mrcjkb/rustaceanvim/blob/master/README.md#stethoscope-troubleshooting).
- label: I have read [the README's troubleshooting guide](https://github.com/mrcjkb/rustaceanvim/blob/master/README.md#stethoscope-troubleshooting) and FAQ(https://github.com/mrcjkb/rustaceanvim?tab=readme-ov-file#left_speech_bubble-faq).
required: true
- label: I am using the latest rustaceanvim release.
required: true
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,11 @@ and a LSP completion source like [`cmp-nvim-lsp`](https://github.com/hrsh7th/cmp
This plugin will automatically register the necessary client capabilities
if you have `cmp-nvim-lsp` installed.

#### I'm having issues with (auto)completion

rustaceanvim doesn't implement (auto)completion.
Issues with (auto)completion either come from another plugin or rust-analzyer.

#### mason.nvim and nvim-lspconfig

See [`:h rustaceanvim.mason`](./doc/mason.txt) for details about troubleshooting
Expand Down

0 comments on commit 14a5a4b

Please sign in to comment.