nixvim/config/lsp/default.nix
2024-08-20 17:07:45 +08:00

6 lines
58 B
Nix

{
imports = [
./lsp.nix
./lsp-format.nix
];
}