Nixfiles/neovim/plugins/default.nix

9 lines
151 B
Nix
Raw Normal View History

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