summaryrefslogtreecommitdiff
path: root/neovim.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-07-14 13:20:06 -0400
committerseth <[email protected]>2024-07-14 13:47:39 -0400
commitc2502cc391ae5c41d527f65e27cc94e43db31133 (patch)
tree6e9568fa0855e0abee5bf3b40818aa2b6a127125 /neovim.nix
parentbf06e44e028a58e1cb17ea5d93ea18ddcf255f52 (diff)
nix: organize plugins list
Diffstat (limited to 'neovim.nix')
-rw-r--r--neovim.nix32
1 files changed, 16 insertions, 16 deletions
diff --git a/neovim.nix b/neovim.nix
index 70df021..c02ebd6 100644
--- a/neovim.nix
+++ b/neovim.nix
@@ -37,11 +37,7 @@ let
plugins = with vimPlugins; [
vimPlugins-getchoo-nvim
- bufferline-nvim
- # dependent on >
- nvim-web-devicons
- catppuccin-nvim
-
+ # coding
nvim-cmp
luasnip
cmp-async-path
@@ -50,26 +46,30 @@ let
cmp-nvim-lsp
cmp-rg
- fidget-nvim
- flash-nvim
gitsigns-nvim
-
- indent-blankline-nvim
-
- nvim-lspconfig
- lsp-format-nvim
nvim-lint
- lualine-nvim
-
+ # editing
+ flash-nvim
mini-nvim
- telescope-nvim
- # dependent on >
+ telescope-nvim # dependent on >
plenary-nvim
nvim-treesitter.withAllGrammars
+ # ui
+ bufferline-nvim # dependent on >
+ nvim-web-devicons
+
+ catppuccin-nvim
+ indent-blankline-nvim
+ lualine-nvim
+
+ # lsp
+ fidget-nvim
+ nvim-lspconfig
+ lsp-format-nvim
trouble-nvim
];