diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-09-19 18:30:37 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-09-19 18:30:37 +0200 |
| commit | d00e447ef64901db90faac1ec81a9b35fb3b6683 (patch) | |
| tree | daeb18c387f08bdcafd4b96eb9da41ee8d10345e /flake.lock | |
| parent | 9cb6e4924b35018c496ff419370e7c0ad4e73ce7 (diff) | |
nixvim/treesitter: remove ensure_installed
For some crazy reasons treesitter makes nvim
hang for some time when using `ensure_installed = "all"`.
I assume it's because there are just a lot of supported
file formats, therefore the hang.
Instead of using ensure_installed I just activated
the `auto_install` feature to automatically compile
missing file-types if needed.
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -236,11 +236,11 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1726676531, - "narHash": "sha256-i8Pbd7JszwuCb0HqzAPypv2ytdcsFeAMFqbrmLaN4BE=", + "lastModified": 1726752344, + "narHash": "sha256-lMFX1T1NiZ23wVFQKdAcGzt3phrmp808s970TsSwWeY=", "owner": "nix-community", "repo": "nixvim", - "rev": "9307b201a3dc57d5b71ded4f897ea9d096544877", + "rev": "2df1bdd14d564235a55552dfc6a9dd5018cbad9b", "type": "github" }, "original": { |