mirror of
https://github.com/dwinkler1/nvimConfig.git
synced 2026-08-22 17:43:13 -04:00
feat(r): add R languageserver for Neovim LSP
- Add languageserver to settings.lang_packages.r - Enable r_language_server in LSP config (plugin/25_lsp.lua)
This commit is contained in:
parent
e9c99811d4
commit
ed24f176bc
2 changed files with 12 additions and 11 deletions
|
|
@ -59,6 +59,7 @@
|
|||
broom
|
||||
data_table
|
||||
janitor
|
||||
languageserver
|
||||
styler
|
||||
];
|
||||
julia = ["DataFramesMeta" "QuackIO"];
|
||||
|
|
|
|||
Loading…
Reference in a new issue