mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-14 19:24:34 +02:00
plugins/direnv: init (#1153)
This commit is contained in:
parent
8b013707cc
commit
38a2018904
3 changed files with 49 additions and 0 deletions
15
tests/test-sources/plugins/utils/direnv.nix
Normal file
15
tests/test-sources/plugins/utils/direnv.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
empty = {plugins.direnv.enable = true;};
|
||||
|
||||
defaults = {
|
||||
plugins.direnv = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
direnv_auto = false;
|
||||
direnv_edit_mode = "vsplit";
|
||||
direnv_silent_load = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue