diff options
| author | triethyl <triethylammonium@pm.me> | 2025-08-17 21:34:19 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-08-17 21:34:19 -0400 |
| commit | 1a8ccc7e4e413aad19a70e2291513270d3c8e2aa (patch) | |
| tree | 7eabb55c43957be60c456a21b9d72e5fe2f9dce9 /pkgs/custom-neovim/default.nix | |
| parent | c4e44dca7ec3bf0c89c1730db5544ce1a708826c (diff) | |
neovim: working on completion
Diffstat (limited to 'pkgs/custom-neovim/default.nix')
| -rw-r--r-- | pkgs/custom-neovim/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
