nixvim/config/lsp/default.nix

7 lines
58 B
Nix
Raw Normal View History

2024-08-20 05:43:03 +00:00
{
imports = [
./lsp.nix
./lsp-format.nix
];
}