mirror of
https://github.com/dwinkler1/nvimConfig.git
synced 2026-05-22 12:03:31 -04:00
fixed R.nvim
This commit is contained in:
parent
4884bf685f
commit
07d2156dfb
7 changed files with 65 additions and 7 deletions
8
.commandcode/taste/taste.md
Normal file
8
.commandcode/taste/taste.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# nix
|
||||
- For R.nvim in the Nix wrapper, both RNVIM_COMPLDIR (C server compilation) and a writable R_LIBS_USER directory (nvimcom R package installation) must be configured — fixing only one leaves permission errors in the other. Confidence: 0.65
|
||||
- For R.nvim writable directories (RNVIM_COMPLDIR, R_LIBS_USER, TMPDIR), prefer project-local paths (e.g., $PWD/.Rlibs) over global cache paths — the cache approach may let the build succeed but still fail at runtime. Confidence: 0.70
|
||||
|
||||
# Taste (Continuously Learned by [CommandCode][cmd])
|
||||
|
||||
[cmd]: https://commandcode.ai/
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue