summaryrefslogtreecommitdiff
path: root/hosts/muhammed/home/neovim/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/muhammed/home/neovim/default.nix')
-rw-r--r--hosts/muhammed/home/neovim/default.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/hosts/muhammed/home/neovim/default.nix b/hosts/muhammed/home/neovim/default.nix
new file mode 100644
index 0000000..905896c
--- /dev/null
+++ b/hosts/muhammed/home/neovim/default.nix
@@ -0,0 +1,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
+ ];
+}