mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-14 06:38:44 +02:00
added warnings module
This commit is contained in:
parent
e607ab67a5
commit
5a222885fc
5 changed files with 65 additions and 8 deletions
|
@ -23,5 +23,8 @@ in
|
|||
environment.etc."nvim/sysinit.lua".text = cfg.initContent;
|
||||
environment.variables."VIM" = "/etc/nvim";
|
||||
})
|
||||
({
|
||||
warnings = cfg.warnings;
|
||||
})
|
||||
]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue