mirror of
https://github.com/dwinkler1/nvimConfig.git
synced 2026-05-22 20:13:32 -04:00
moved r-nvim to flake build
This commit is contained in:
parent
07d2156dfb
commit
1055522af9
9 changed files with 54 additions and 37 deletions
5
.Rprofile
Normal file
5
.Rprofile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
if (Sys.getenv("RNVIM_TMPDIR") == "") {
|
||||
options(defaultPackages = c("utils", "grDevices", "graphics", "stats", "methods"))
|
||||
} else {
|
||||
options(defaultPackages = c("utils", "grDevices", "graphics", "stats", "methods", "nvimcom"))
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue