diff options
| author | James Trew <66286082+jamestrew@users.noreply.github.com> | 2021-11-02 21:22:21 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-02 18:22:21 -0700 |
| commit | 69b6e9c9a09dcd8aa0977bc0f0792def6fd6f381 (patch) | |
| tree | 9786c0e2bf370c35de0cfd9df787c6fc1b529b48 /lua/lspconfig/r_language_server.lua | |
| parent | docs: update CONFIG.md (diff) | |
| download | nvim-lspconfig-69b6e9c9a09dcd8aa0977bc0f0792def6fd6f381.tar nvim-lspconfig-69b6e9c9a09dcd8aa0977bc0f0792def6fd6f381.tar.gz nvim-lspconfig-69b6e9c9a09dcd8aa0977bc0f0792def6fd6f381.tar.bz2 nvim-lspconfig-69b6e9c9a09dcd8aa0977bc0f0792def6fd6f381.tar.lz nvim-lspconfig-69b6e9c9a09dcd8aa0977bc0f0792def6fd6f381.tar.xz nvim-lspconfig-69b6e9c9a09dcd8aa0977bc0f0792def6fd6f381.tar.zst nvim-lspconfig-69b6e9c9a09dcd8aa0977bc0f0792def6fd6f381.zip | |
docs: fix broken codeblocks in descriptions (#1366)
Diffstat (limited to 'lua/lspconfig/r_language_server.lua')
| -rw-r--r-- | lua/lspconfig/r_language_server.lua | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lua/lspconfig/r_language_server.lua b/lua/lspconfig/r_language_server.lua index 7bf8e526..396702bc 100644 --- a/lua/lspconfig/r_language_server.lua +++ b/lua/lspconfig/r_language_server.lua @@ -13,16 +13,16 @@ configs.r_language_server = { docs = { package_json = 'https://raw.githubusercontent.com/REditorSupport/vscode-r-lsp/master/package.json', description = [[ - [languageserver](https://github.com/REditorSupport/languageserver) is an - implementation of the Microsoft's Language Server Protocol for the R - language. +[languageserver](https://github.com/REditorSupport/languageserver) is an +implementation of the Microsoft's Language Server Protocol for the R +language. - It is released on CRAN and can be easily installed by +It is released on CRAN and can be easily installed by - ```R - install.packages("languageserver") - ``` - ]], +```R +install.packages("languageserver") +``` +]], default_config = { root_dir = [[root_pattern(".git") or os_homedir]], }, |
