summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/default.nix
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-08-11 18:57:55 -0400
committertriethyl <triethylammonium@pm.me>2025-08-11 18:57:55 -0400
commit0237ca8b4e043bba284f3e5267c1958104b13ee6 (patch)
tree1e374ead46787998e832b53a2a8fe3661b16644a /pkgs/custom-neovim/default.nix
parente292b5bd5ba856925d7422f8d251970abafc59b5 (diff)
neovim: label plugins in default.nix
Diffstat (limited to 'pkgs/custom-neovim/default.nix')
-rw-r--r--pkgs/custom-neovim/default.nix30
1 files changed, 15 insertions, 15 deletions
diff --git a/pkgs/custom-neovim/default.nix b/pkgs/custom-neovim/default.nix
index 78d09c9..a588086 100644
--- a/pkgs/custom-neovim/default.nix
+++ b/pkgs/custom-neovim/default.nix
@@ -17,26 +17,26 @@ in
actions-preview-nvim # Adds a selector for LSP actions.
nvim-treesitter.withAllGrammars # All treesitter grammars.
tabby-nvim # Tab bar.
- snacks-nvim
- dropbar-nvim
- auto-session
- nvim-ts-autotag
- gitsigns-nvim
- git-plugins.namu-nvim-git
- vim-nix
- comment-nvim
- fidget-nvim
- focus-nvim
- render-markdown-nvim
+ snacks-nvim # Many small modules.
+ dropbar-nvim # Winbar with breadcrumbs.
+ auto-session # Automatic session manager.
+ nvim-ts-autotag # Autopair HTML tags.
+ gitsigns-nvim # Git signcolumn.
+ git-plugins.namu-nvim-git # LSP and colorscheme picker.
+ vim-nix # Indenting for nix files.
+ comment-nvim # Advanced commenting.
+ fidget-nvim # Simple notification UI
+ focus-nvim # Automatic split resizer and manager.
+ render-markdown-nvim # Render markdown fancily.
# Completion
- nvim-cmp
+ nvim-cmp # Completer.
cmp-buffer
cmp-path
cmp_luasnip
cmp-nvim-lsp
- luasnip
- friendly-snippets
+ luasnip # Snippet manager.
+ friendly-snippets # Snippet collection.
# Colorschemes
oxocarbon-nvim # IBM Carbon themes.
@@ -45,7 +45,7 @@ in
everforest # Green themes.
nordic-nvim # Cool dark nordic theme.
tokyonight-nvim
- nightfox-nvim
+ nightfox-nvim # Varied colorscheme collection.
# Miscellaneous Plugins
presence-nvim # Discord RPC for nvim.