Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
nvim-tree_ v1.9.0 source code.tar.gz | 2024-12-07 | 126.0 kB | |
nvim-tree_ v1.9.0 source code.zip | 2024-12-07 | 178.5 kB | |
README.md | 2024-12-07 | 1.4 kB | |
Totals: 3 Items | 305.9 kB | 0 |
1.9.0 (2024-12-07)
Features
Bug Fixes
- #2954: more efficient LSP updates, increase diagnostics.debounce_delay from 50ms to 500ms (#3007) (1f3ffd6)
- #2990: Do not check if buffer is buflisted in diagnostics.update() (#2998) (28eac28)
- #3009: nvim < 0.10 apply view options locally (#3010) (ca7c4c3)
- api: correct argument types in
wrap_node
andwrap_node_or_nil
(#3006) (f7c65e1)