mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-27 06:05:43 +02:00
11 lines
100 B
Nix
11 lines
100 B
Nix
|
{
|
||
|
opts-backport = {
|
||
|
opts = {};
|
||
|
};
|
||
|
|
||
|
example = {
|
||
|
options = {};
|
||
|
globals = {};
|
||
|
};
|
||
|
}
|