Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
| neovim [Le 08/09/2025, 16:00] krodelabestiole mini corrections | neovim [Le 30/10/2025, 16:31] (Version actuelle) bcag2 [Language Server Protocol (LSP)] nvim-lspconfig | ||
|---|---|---|---|
| Ligne 138: | Ligne 138: | ||
| cf. [[vim#correcteur_s_orthographique_s|Vim correcteur orthographique]] qui fonctionne aussi dans **Neovim**. | cf. [[vim#correcteur_s_orthographique_s|Vim correcteur orthographique]] qui fonctionne aussi dans **Neovim**. | ||
| + | |||
| + | ==== Language Server Protocol (LSP) ==== | ||
| + | Neovim dispose d’un client LSP qui peut donc profiter des fonctionnalités associés à un/des serveur(s) LSP. | ||
| + | |||
| + | FIXME comment installer un server LSP, ref : https://neovim.io/doc/user/lsp.html | ||
| + | |||
| + | Pour installer //nvim-lspconfig// qui doit faciliter la configuration de neovim :\\  | ||
| + | Se reporter au § https://github.com/neovim/nvim-lspconfig?tab=readme-ov-file#quickstart | ||
| ===== Voir aussi ===== | ===== Voir aussi ===== | ||