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