From 152de38181eca203c939ba2a5d50e0d76d522dc8 Mon Sep 17 00:00:00 2001 From: Christian Date: Sun, 18 Jan 2026 21:59:30 -0600 Subject: Restructure --- modules/home/nvim.nix | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 modules/home/nvim.nix (limited to 'modules/home/nvim.nix') diff --git a/modules/home/nvim.nix b/modules/home/nvim.nix deleted file mode 100644 index f715f75..0000000 --- a/modules/home/nvim.nix +++ /dev/null @@ -1,12 +0,0 @@ -{ pkgs, ... }: { - programs.neovim = { - enable = true; - defaultEditor = true; - viAlias = true; - vimAlias = true; - - plugins = with pkgs.vimPlugins; [ - nvim-treesitter.withAllGrammars - ]; - }; -} -- cgit v1.2.3