From e275224ea8f3182916e715861a09d8a5a13147ca Mon Sep 17 00:00:00 2001 From: Linnnus Date: Tue, 20 Feb 2024 09:08:54 +0100 Subject: reorg: Move muhammed-specific configuration into hosts/muhammed/home --- home/neovim/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'home/neovim/default.nix') diff --git a/home/neovim/default.nix b/home/neovim/default.nix index 1739047..56f6171 100644 --- a/home/neovim/default.nix +++ b/home/neovim/default.nix @@ -1,10 +1,9 @@ # This file contains the HM configuration options for Neovim. {...}: { imports = [ - ./lsp.nix ./filetype.nix ./completion.nix - ./plugins.nix + ./editing-plugins.nix ]; programs.neovim = { -- cgit v1.2.3