neovim-flake/modules/plugins/lsp/lsp-signature/default.nix

7 lines
64 B
Nix

{
imports = [
./lsp-signature.nix
./config.nix
];
}