neovim-flake/modules/lsp/nvim-docs-view/default.nix

7 lines
68 B
Nix

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