mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 00:48:58 +02:00
6 lines
67 B
Nix
6 lines
67 B
Nix
{ lib, ... }:
|
|
{
|
|
config = {
|
|
wrapRc = lib.mkForce true;
|
|
};
|
|
}
|