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

7 lines
64 B
Nix
Raw Normal View History

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