Skip to content

Commit

Permalink
mention pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
Pistonight committed Nov 11, 2024
1 parent 266472e commit b437779
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tool/nvim.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ After that, also update treesitter and Mason tools
## Language-specific LSP Setups
### Works out-of-box with Mason
The following should work mostly out-of-box when installing through Mason:
- `rust-analyzer`
- `typescript-language-server`
- `eslint-lsp`
- Rust: `rust-analyzer`
- TypeScript/ECMAScript: `typescript-language-server` and `eslint-lsp`
- Python: `pyright`
### C/C++ (`clangd`)
1. Install it through Mason
Expand Down

0 comments on commit b437779

Please sign in to comment.