mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 22:40:57 -05:00
added env vars
This commit is contained in:
parent
5acc6c196e
commit
785cdaaa91
3 changed files with 11 additions and 4 deletions
|
|
@ -31,7 +31,7 @@
|
|||
nix = true;
|
||||
optional = false;
|
||||
python = false;
|
||||
r = false;
|
||||
r = true;
|
||||
};
|
||||
|
||||
settings = let
|
||||
|
|
@ -81,6 +81,11 @@
|
|||
};
|
||||
binName = "vv";
|
||||
|
||||
env = {
|
||||
IS_PROJECT_EDITOR = "1";
|
||||
R_LIBS_USER = "./.nvimcom";
|
||||
};
|
||||
|
||||
specs.extraLua = let
|
||||
name = builtins.baseNameOf (builtins.toString ./.);
|
||||
in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue