From c2502cc391ae5c41d527f65e27cc94e43db31133 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 14 Jul 2024 13:20:06 -0400 Subject: nix: organize plugins list --- neovim.nix | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'neovim.nix') 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 ]; -- cgit v1.2.3