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

7 lines
58 B
Nix

{
imports = [
./lspsaga.nix
./config.nix
];
}