lua-lsp config for r_language_server

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • lsp_signature.nvim

    LSP signature hint as you type

    To see some other information (like completions and signature help), you need plugins. nvim-cmp and lsp_signature are good ones. I personally use my own solution mini.completion: it can do both completions and signature help, but it is not that feature rich as those two, but quite decent nevertheless.

  • languageserver

    An implementation of the Language Server Protocol for R

    First of all, make sure that you actually use r_language_server. For that, at least install languageserver R package (run R from command line and execute install.packages("languageserver")) and set up r_language_server with nvim-lspconfig. I think after that you should be able to see some diagnostic information.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • nvim-lspconfig

    Quickstart configs for Nvim LSP

    First of all, make sure that you actually use r_language_server. For that, at least install languageserver R package (run R from command line and execute install.packages("languageserver")) and set up r_language_server with nvim-lspconfig. I think after that you should be able to see some diagnostic information.

  • nvim-cmp

    A completion plugin for neovim coded in Lua.

    To see some other information (like completions and signature help), you need plugins. nvim-cmp and lsp_signature are good ones. I personally use my own solution mini.completion: it can do both completions and signature help, but it is not that feature rich as those two, but quite decent nevertheless.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts