diff options
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. |
