diff options
| author | seth <[email protected]> | 2024-07-14 13:20:06 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-07-14 13:47:39 -0400 |
| commit | c2502cc391ae5c41d527f65e27cc94e43db31133 (patch) | |
| tree | 6e9568fa0855e0abee5bf3b40818aa2b6a127125 /neovim.nix | |
| parent | bf06e44e028a58e1cb17ea5d93ea18ddcf255f52 (diff) | |
nix: organize plugins list
Diffstat (limited to 'neovim.nix')
| -rw-r--r-- | neovim.nix | 32 |
1 files changed, 16 insertions, 16 deletions
@@ -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 ]; |
