Added R language server config
This commit is contained in:
parent
1a4daf1159
commit
b0e53f9d09
1 changed files with 4 additions and 0 deletions
|
|
@ -120,6 +120,10 @@ require'lspconfig'.hls.setup{}
|
|||
-- Pacman: rust-analyzer
|
||||
-- GH: https://github.com/rust-analyzer/rust-analyzer
|
||||
require'lspconfig'.rust_analyzer.setup{}
|
||||
-- Installed using R shell:
|
||||
-- `install.packages('languageserver')`
|
||||
-- GH: https://github.com/REditorSupport/languageserver
|
||||
require'lspconfig'.r_language_server.setup{}
|
||||
|
||||
-- material
|
||||
-- require('material').set()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue