From c37d47e19df8559f5b7dcd40aca832623a6fa9b0 Mon Sep 17 00:00:00 2001 From: triethyl Date: Thu, 7 Aug 2025 13:29:18 -0400 Subject: neovim: idek --- pkgs/custom-neovim/default.nix | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'pkgs/custom-neovim/default.nix') 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. -- cgit v1.2.3