From 552d136a488be63bb5109e98aa49862091b492a0 Mon Sep 17 00:00:00 2001 From: Dea Date: Mon, 9 Feb 2026 23:02:17 -0500 Subject: [PATCH] oupy fix nvf thnk to deer kitty fop --- homemanager/nvf.nix | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/homemanager/nvf.nix b/homemanager/nvf.nix index fd2da8b..ec53c52 100644 --- a/homemanager/nvf.nix +++ b/homemanager/nvf.nix @@ -20,16 +20,14 @@ in # most settings are documented in the appendix settings = { vim.viAlias = false; - vim.vimAlias = true; - vim.lsp = { - enable = true; - }; - vim.lazy.plugins.candyland-nvim = { - package = candyland-nvim; - colorscheme = "candyland-nvim"; - }; - vim.theme = { - enable = false; + vim = { + vimAlias = true; + lsp.enable = true; + extraPlugins.candyland-nvim = { + package = candyland-nvim; + setup = "vim.cmd([[colorscheme candyland]])"; + }; + theme.enable = false; }; }; };