From f5d6391a33e9eb10d3bba7be8455393cdd20a10d Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.dev>
Date: Mon, 24 Feb 2025 10:34:04 +0000
Subject: [PATCH] Re-enable neovim

---
 nix/home/opdavies/hosts/PW05CH3L.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nix/home/opdavies/hosts/PW05CH3L.nix b/nix/home/opdavies/hosts/PW05CH3L.nix
index c8ce2d3f..a189803e 100644
--- a/nix/home/opdavies/hosts/PW05CH3L.nix
+++ b/nix/home/opdavies/hosts/PW05CH3L.nix
@@ -2,6 +2,7 @@
   features = {
     cli = {
       direnv.enable = true;
+      neovim.enable = true;
 
       notes = {
         enable = true;