nixvim/config/lsp/default.nix

7 lines
76 B
Nix

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