diff options
author | LostNeophyte <[email protected]> | 2022-11-28 19:11:06 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-11-28 19:11:06 +0100 |
commit | fb7da7bc788849ae0b735eeec521ea677c35de1f (patch) | |
tree | 2ee2866dfbe179e596388261bfd1932884d21a1b /snapshots/default.json | |
parent | 9347abc1d4d30867fcc6b30a796d1cdb761f4840 (diff) |
perf: handle big files better (#3449)
fixes https://github.com/LunarVim/LunarVim/issues/3393
Diffstat (limited to 'snapshots/default.json')
-rw-r--r-- | snapshots/default.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/snapshots/default.json b/snapshots/default.json index 9e7be929..27c618a9 100644 --- a/snapshots/default.json +++ b/snapshots/default.json @@ -8,6 +8,9 @@ "alpha-nvim": { "commit": "a858e4e" }, + "bigfile.nvim": { + "commit": "70e4989" + }, "bufferline.nvim": { "commit": "4ecfa81" }, |