From ccff75ce40f47d233ccbda36e11648ff6f841b35 Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Tue, 26 May 2026 05:56:01 +0000 Subject: update to 26.05 --- apps/nixvim.nix | 32 +++++++++++--------------------- 1 file changed, 11 insertions(+), 21 deletions(-) (limited to 'apps/nixvim.nix') diff --git a/apps/nixvim.nix b/apps/nixvim.nix index 9be4721..c5ff3fd 100644 --- a/apps/nixvim.nix +++ b/apps/nixvim.nix @@ -1,7 +1,7 @@ { config, pkgs, inputs, ... }: { - imports = [ inputs.nixvim.homeManagerModules.nixvim ]; + imports = [ inputs.nixvim.homeModules.nixvim ]; programs.nixvim = { enable = true; @@ -23,7 +23,6 @@ key = ";"; action = ":"; } - { key = "gg"; action = "Man"; @@ -46,6 +45,16 @@ mouse = "a"; }; + colorschemes.gruvbox = { + enable = true; + settings = { + integrations = { + cmp = true; + }; + terminal_colors = true; + }; + }; + plugins = { lazy.enable = true; @@ -59,12 +68,6 @@ }; }; - treesitter = { - enable = true; - folding = false; - settings.indent.enable = true; - }; - lsp = { enable = true; servers = { @@ -121,19 +124,6 @@ }; web-devicons.enable = true; - - lualine.enable = true; - }; - - colorschemes.gruvbox = { - enable = true; - settings = { - integrations = { - cmp = true; - treesitter = true; - }; - terminal_colors = true; - }; }; extraPlugins = with pkgs.vimPlugins; [ vim-toml ]; -- cgit v1.2.3