diff options
| author | triethyl <triethylammonium@pm.me> | 2025-08-07 13:29:18 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-08-07 13:29:18 -0400 |
| commit | c37d47e19df8559f5b7dcd40aca832623a6fa9b0 (patch) | |
| tree | bf5aca2a488f3400a3be80b77a840626ee7b7b6b /pkgs/custom-neovim/default.nix | |
| parent | bf773a2df0ccb96d7539b379585e1ef59d80892c (diff) | |
neovim: idek
Diffstat (limited to 'pkgs/custom-neovim/default.nix')
| -rw-r--r-- | pkgs/custom-neovim/default.nix | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/pkgs/custom-neovim/default.nix b/pkgs/custom-neovim/default.nix index 60ff001..47633a7 100644 --- a/pkgs/custom-neovim/default.nix +++ b/pkgs/custom-neovim/default.nix @@ -17,15 +17,21 @@ in actions-preview-nvim # Adds a selector for LSP actions. nvim-treesitter.withAllGrammars # All treesitter grammars. tabby-nvim # Tab bar. - # alpha-nvim # Dashboard. - # persisted-nvim # Session manager. snacks-nvim - # oil-nvim dropbar-nvim auto-session nvim-ts-autotag gitsigns-nvim + # Completion Sources + nvim-cmp + cmp-buffer + cmp-path + cmp_luasnip + cmp-nvim-lsp + luasnip + friendly-snippets + # Colorschemes oxocarbon-nvim # IBM Carbon themes. rose-pine # Rose Pine themes. |
