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

7 lines
61 B
Nix
Raw Normal View History

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