Nixfiles/neovim/plugins/default.nix

8 lines
128 B
Nix
Raw Normal View History

{ vim-headerguard }:
{
imports = [
(import ./headerguard.nix { inherit vim-headerguard; })
./lsp-signature.nix
];
}