nixvim/config/lsp/default.nix

9 lines
116 B
Nix

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