diff options
| author | triethyl <triethylammonium@pm.me> | 2025-08-15 13:50:20 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-08-15 13:50:20 -0400 |
| commit | 94980b0be13a690128992d98a2ed5db3ab592642 (patch) | |
| tree | 4d745b825612dcf0683f72e4ab2a800e805524aa /pkgs/custom-neovim/default.nix | |
| parent | 120981440c01e71c2f07eff2550e890435381437 (diff) | |
neovim: fixed performance
I don't know what it did but this seems to have fixed performance
issues?
Diffstat (limited to 'pkgs/custom-neovim/default.nix')
| -rw-r--r-- | pkgs/custom-neovim/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/custom-neovim/default.nix b/pkgs/custom-neovim/default.nix index 479e952..7a75368 100644 --- a/pkgs/custom-neovim/default.nix +++ b/pkgs/custom-neovim/default.nix @@ -74,6 +74,8 @@ in fd cliphist lazygit + luajitPackages.jsregexp + gcc # Temporary wakatime-cli |
