tests/neovim: add default/empty tests
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
bbd2e36fc9
commit
0b435f768e
3 changed files with 31 additions and 0 deletions
10
tests/modules/programs/neovim/extra-lua-default.nix
Normal file
10
tests/modules/programs/neovim/extra-lua-default.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
imports = [ ./stubs.nix ];
|
||||
|
||||
programs.neovim.enable = true;
|
||||
|
||||
nmt.script = ''
|
||||
nvimFolder="home-files/.config/nvim"
|
||||
assertPathNotExists "$nvimFolder/init.lua"
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue