blob: 8efb97dafd750764c11ba202baf0e53d0b3e6c1b (
plain)
1
2
3
4
5
6
7
8
|
# Once again we extend the global configuration defined in `home/neovim/` with
# some stuff specific to this host (mainly development stuff).
{...}: {
imports = [
./lsp.nix
./filetype.nix
];
}
|