mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
10 lines
100 B
Nix
10 lines
100 B
Nix
{
|
|
opts-backport = {
|
|
opts = {};
|
|
};
|
|
|
|
example = {
|
|
options = {};
|
|
globals = {};
|
|
};
|
|
}
|