nix-config/programs/nixvim/plugins/lsp/default.nix

9 lines
No EOL
89 B
Nix

{ ... }:
{
imports = [
./servers.nix
./keymaps.nix
./formatting.nix
];
}