nixvim/config/lsp/default.nix

9 lines
98 B
Nix
Raw Normal View History

2024-08-20 05:43:03 +00:00
{
imports = [
./lsp.nix
./lsp-format.nix
2024-08-21 15:03:46 +00:00
./lspkind.nix
./nvim-metals.nix
2024-08-20 05:43:03 +00:00
];
}