diff options
author | Linnnus <[email protected]> | 2024-02-20 09:08:54 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-02-20 09:09:08 +0100 |
commit | e275224ea8f3182916e715861a09d8a5a13147ca (patch) | |
tree | b82ddf94e21d34ceee2d25e5cecec3cc686d24ba /home/neovim/default.nix | |
parent | 476150fa1384b2c77e527f3f138d458cdc05bd29 (diff) |
reorg: Move muhammed-specific configuration into hosts/muhammed/home
Diffstat (limited to 'home/neovim/default.nix')
-rw-r--r-- | home/neovim/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
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 = { |