nixvim/config/lsp/default.nix

8 lines
98 B
Nix

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