Added R language server config
parent
1a4daf1159
commit
b0e53f9d09
|
@ -120,6 +120,10 @@ require'lspconfig'.hls.setup{}
|
||||||
-- Pacman: rust-analyzer
|
-- Pacman: rust-analyzer
|
||||||
-- GH: https://github.com/rust-analyzer/rust-analyzer
|
-- GH: https://github.com/rust-analyzer/rust-analyzer
|
||||||
require'lspconfig'.rust_analyzer.setup{}
|
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
|
-- material
|
||||||
-- require('material').set()
|
-- require('material').set()
|
||||||
|
|
Loading…
Reference in New Issue