nvf/modules/plugins/lsp/nvim-docs-view/default.nix

6 lines
68 B
Nix

_: {
imports = [
./config.nix
./nvim-docs-view.nix
];
}