mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-14 03:10:19 +01:00
8 lines
151 B
Nix
8 lines
151 B
Nix
{ vim-headerguard }:
|
|
{
|
|
imports = [
|
|
./diagram-nvim.nix
|
|
(import ./headerguard.nix { inherit vim-headerguard; })
|
|
./lsp-signature.nix
|
|
];
|
|
}
|