diff options
| author | triethyl <triethylammonium@pm.me> | 2025-12-15 10:58:46 -0500 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-12-15 10:58:46 -0500 |
| commit | 8368393eed50bcd72d2c3ac009b510135aa75280 (patch) | |
| tree | 4d54b8adc1f8ee4850fa7e09694ebf0add326a6e | |
| parent | 2b09e603caed51b7911d2954edb30479e93b4779 (diff) | |
neovim: added clipboard
| -rw-r--r-- | pkgs/custom-neovim/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/custom-neovim/default.nix b/pkgs/custom-neovim/default.nix index 65185b8..132a34f 100644 --- a/pkgs/custom-neovim/default.nix +++ b/pkgs/custom-neovim/default.nix @@ -81,6 +81,7 @@ in ccls # LS for C languages # Extra Utils + wl-clipboard fzf # ripgrep # gcc |
