From 50018aa0305bd2c5cf91431c128895fc0121d2fa Mon Sep 17 00:00:00 2001 From: triethyl Date: Sat, 19 Jul 2025 10:19:11 -0400 Subject: working on custom neovim --- pkgs/custom-neovim/default.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'pkgs/custom-neovim/default.nix') diff --git a/pkgs/custom-neovim/default.nix b/pkgs/custom-neovim/default.nix index 27a195c..85099f8 100644 --- a/pkgs/custom-neovim/default.nix +++ b/pkgs/custom-neovim/default.nix @@ -18,19 +18,16 @@ in nvim-treesitter.withAllGrammars # All treesitter grammars. tabby-nvim # Tab bar. lualine-nvim # Status line. - # plenary-nvim # General Library. - # plenary-nvim-git alpha-nvim # Dashboard. persisted-nvim # Session manager. - git-plugins.which-key-nvim-git snacks-nvim # Colorschemes oxocarbon-nvim # IBM Carbon themes. rose-pine # Rose Pine themes. - kanagawa-nvim # Kanagawa themes. + kanagawa-nvim # Kanagawa inspired themes. everforest # Green themes. - nordic-nvim # Warm dark nordic theme. + nordic-nvim # Cool dark nordic theme. tokyonight-nvim nightfox-nvim @@ -38,6 +35,7 @@ in presence-nvim # Discord RPC for nvim. cellular-automaton-nvim # Fun useless plugin. vim-wakatime # For hack club challenge. + hardtime-nvim # Break bad vim habits. ]; opt = []; }; @@ -57,7 +55,10 @@ in # Extra Tools ripgrep fd + cliphist + lazygit + # Temporary wakatime-cli ]; } -- cgit v1.2.3