-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
# FAQ | ||
|
||
- [Installation Failures](./install-failed.md) | ||
|
||
Always run `:checkhealth` to check problems. | ||
|
||
## Syntax parsed errors, highlights errors, indent errors | ||
|
||
These features are based on treesitter. | ||
|
||
When you first install, check treesitter parsers installed via `:TSIntall`. | ||
|
||
When you updated neovim or treesitter, run `:TSUpdate` to update all installed treesitter parsers to latest. | ||
|
||
See [doc/treesitter.md](../treesitter.md) for details. | ||
|
||
## Client quit with exit code and signal | ||
|
||
If you see the notify message `Client <number> quit with exit code <number> and signal <number>`. | ||
|
||
Open `:LspInfo` window to check the LSP clients. There may be some clients which no buffer attached. | ||
Open `:Mason` window to reinstall or update the LSP client. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters