summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/default.nix
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-07-19 10:19:11 -0400
committertriethyl <triethylammonium@pm.me>2025-07-19 10:19:11 -0400
commit50018aa0305bd2c5cf91431c128895fc0121d2fa (patch)
treecaeaa248d797be65322a69afddc29bef31cd5667 /pkgs/custom-neovim/default.nix
parentbf6ac5e7a9a13bcca9d0923e9caa3a6257519ca5 (diff)
working on custom neovim
Diffstat (limited to 'pkgs/custom-neovim/default.nix')
-rw-r--r--pkgs/custom-neovim/default.nix11
1 files changed, 6 insertions, 5 deletions
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
];
}