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, 0 insertions, 8 deletions
diff --git a/hosts/muhammed/home/neovim/default.nix b/hosts/muhammed/home/neovim/default.nix
deleted file mode 100644
index 8efb97d..0000000
--- a/hosts/muhammed/home/neovim/default.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-# 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
- ];
-}