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

7 lines
63 B
Nix

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