summaryrefslogtreecommitdiff
path: root/hosts/muhammed/home/neovim/default.nix
blob: 905896c0c5ce8f9157e278157b68d32d083a84ab (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
    ./conjure.nix
  ];
}