diff options
| author | triethyl <triethylammonium@pm.me> | 2025-08-07 14:16:14 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-08-07 14:16:14 -0400 |
| commit | b2a806b5078391dd8f9ee94fdc8be5c3b0271187 (patch) | |
| tree | 130e058913a63b07493c0ad349c7c0d743855c57 /pkgs/custom-neovim/default.nix | |
| parent | c37d47e19df8559f5b7dcd40aca832623a6fa9b0 (diff) | |
neovim: added completion
Diffstat (limited to 'pkgs/custom-neovim/default.nix')
| -rw-r--r-- | pkgs/custom-neovim/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/custom-neovim/default.nix b/pkgs/custom-neovim/default.nix index 47633a7..10ec541 100644 --- a/pkgs/custom-neovim/default.nix +++ b/pkgs/custom-neovim/default.nix @@ -23,7 +23,7 @@ in nvim-ts-autotag gitsigns-nvim - # Completion Sources + # Completion nvim-cmp cmp-buffer cmp-path |
