From 1a8ccc7e4e413aad19a70e2291513270d3c8e2aa Mon Sep 17 00:00:00 2001 From: triethyl Date: Sun, 17 Aug 2025 21:34:19 -0400 Subject: neovim: working on completion --- pkgs/custom-neovim/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pkgs/custom-neovim/default.nix') diff --git a/pkgs/custom-neovim/default.nix b/pkgs/custom-neovim/default.nix index 500ebde..a005656 100644 --- a/pkgs/custom-neovim/default.nix +++ b/pkgs/custom-neovim/default.nix @@ -26,6 +26,11 @@ inputs.mnw.lib.wrap pkgs { mini-extra plenary-nvim + # Completion Plugins + blink-cmp + luasnip + friendly-snippets + # Utility Plugins mini-pairs comment-nvim -- cgit v1.2.3