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

7 lines
65 B
Nix

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