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

7 lines
63 B
Nix
Raw Normal View History

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