Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add configuration guide for Neovim (#270)
* docs(neovim): add configuration guide for Neovim as LSP client Introduce a new documentation file for configuring Neovim as a Language Server Protocol (LSP) client using nvim-lspconfig and conform.nvim. This guide provides step-by-step instructions for setting up Air as an LSP client and enabling automatic formatting on save. Update the main editors documentation to include a link to the new Neovim guide, expanding the list of supported editors. * docs(neovim): simplify LSP client configuration for Air by using default setup method * Update docs/editor-neovim.qmd Co-authored-by: Tymoteusz Makowski <[email protected]> * Update docs/editor-neovim.qmd Co-authored-by: Tymoteusz Makowski <[email protected]> * Update docs/editor-neovim.qmd Tx! Co-authored-by: Tymoteusz Makowski <[email protected]> * docs(editor-neovim): simplify conform.nvim configuration example and add link to documentation for further guidance * Update docs/editor-neovim.qmd Co-authored-by: Lionel Henry <[email protected]> * Update docs/editor-neovim.qmd Co-authored-by: Lionel Henry <[email protected]> * Update docs/editor-neovim.qmd Co-authored-by: Lionel Henry <[email protected]> * Update docs/editor-neovim.qmd Co-authored-by: Lionel Henry <[email protected]> * Update docs/editor-neovim.qmd Co-authored-by: Lionel Henry <[email protected]> * docs(editor-neovim): update LSP configuration to auto-format R code on save and disable conflicting formatter * Let Visual Editor do its thing * Add to sidebar * Capitalization * Align with format of other `editor-` guides * Tweak --------- Co-authored-by: Tymoteusz Makowski <[email protected]> Co-authored-by: Lionel Henry <[email protected]> Co-authored-by: Davis Vaughan <[email protected]>
- Loading branch information