Skip to content

Commit 789f161

Browse files
chore(main): release 2.19.0 (#888)
🤖 I have created a release *beep* *boop* --- ## [2.19.0](v2.18.0...v2.19.0) (2025-02-07) ### Features * **bigfile:** configurable average line length (default = 1000). Useful for minified files. Closes [#576](#576). Closes [#372](#372) ([7fa92a2](7fa92a2)) * **explorer:** add hl groups for ignored / hidden files. Closes [#887](#887) ([85e1b34](85e1b34)) * **explorer:** added ctrl+f to grep in the item's directory ([0454b21](0454b21)) * **explorer:** added ctrl+t to open a terminal in the item's directory ([81f9006](81f9006)) * **explorer:** added diagnostics file/directory status ([7f1b60d](7f1b60d)) * **explorer:** added quick nav with `[`, `]` with `d/w/e` for diagnostics ([d1d5585](d1d5585)) * **explorer:** added support for live search ([82c4a50](82c4a50)) * **explorer:** allow disabling untracked git status. Closes [#983](#983) ([a3b083b](a3b083b)) * **explorer:** different hl group for broken links ([1989921](1989921)) * **explorer:** disable fuzzy searches by default for explorer since it's too noisy and we can't sort on score due to tree view ([b07788f](b07788f)) * **explorer:** file watcher when explorer is open ([6936c14](6936c14)) * **explorer:** file watching that works on all platforms ([8399465](8399465)) * **explorer:** focus on first file when searching in the explorer ([1d4bea4](1d4bea4)) * **explorer:** git index watcher ([4c12475](4c12475)) * **explorer:** rewrite that no longer depends on `fd` for exploring ([6149a7b](6149a7b)) * **explorer:** show symlink target ([dfa79e0](dfa79e0)) * **matcher:** call on_match after setting score ([23ce529](23ce529)) * **picker.git:** add confirmation before deleting a git branch ([#951](#951)) ([337a3ae](337a3ae)) * **picker.git:** add create and delete branch to git_branches ([#909](#909)) ([8676c40](8676c40)) * **picker.lazy:** don't use `grep`. Parse spec files manually. Closes [#972](#972) ([0928007](0928007)) * **picker.lsp:** use existing buffers for preview when opened ([d4e6353](d4e6353)) * **picker.matcher:** internal `on_match` ([47b3b69](47b3b69)) * **picker.preview:** allow confguring `preview = {main = true, enabled = false}` ([1839c65](1839c65)) * **picker.undo:** added ctrl+y to yank added lines from undo ([811a24c](811a24c)) * **picker:** `picker:dir()` to get the dir of the item (when a directory) or it's parent (when a file) ([969608a](969608a)) * **picker:** added `git_grep` picker. Closes [#986](#986) ([2dc9016](2dc9016)) * **picker:** allow configuring file icon width. Closes [#981](#981) ([52c1086](52c1086)) * **picker:** better checkhealth ([b773368](b773368)) * **picker:** get filetype from modeline when needed. Closes [#987](#987) ([5af04ab](5af04ab)) * **picker:** opts.on_close ([6235f44](6235f44)) * **picker:** pin picker as a split to left/bottom/top/right with `ctrl+z+(hjkl)` ([27cba53](27cba53)) * **rename:** add `old` to `on_rename` callback ([455228e](455228e)) * **scope:** allow injected languages to be parsed by treesitter ([#823](#823)) ([aba21dd](aba21dd)) * **statuscolumn:** added mouse click handler to open/close folds. Closes [#968](#968) ([98a7b64](98a7b64)) * **terminal:** added `start_insert` ([64129e4](64129e4)) * **terminal:** auto_close and auto_insert. Closes [#965](#965) ([bb76cae](bb76cae)) ### Bug Fixes * **bigfile:** check that passed path is the one from the buffer ([8deea64](8deea64)) * **explorer.git:** better git status watching ([09349ec](09349ec)) * **explorer.git:** dont reset cursor when git status is done updating ([bc87992](bc87992)) * **explorer.git:** vim.schedule git updates ([3aad761](3aad761)) * **explorer.tree:** fix linux ([6f5399b](6f5399b)) * **explorer.tree:** symlink directories ([e5f1e91](e5f1e91)) * **explorer.watch:** pcall watcher, since it can give errors on windows ([af96818](af96818)) * **explorer:** always refresh state when opening the picker since changes might have happened that were not monitored ([c61114f](c61114f)) * **explorer:** call original `on_close`. Closes [#971](#971) ([a0bee9f](a0bee9f)) * **explorer:** check that picker is still open ([50fa1be](50fa1be)) * **explorer:** clear cache after action. Fixes [#890](#890) ([34097ff](34097ff)) * **explorer:** clear selection after delete. Closes [#898](#898) ([44733ea](44733ea)) * **explorer:** disable follow for explorer search by default. No longer needed. Link directories may show as files then though, but that's not an issue. See [#960](#960) ([b9a17d8](b9a17d8)) * **explorer:** don't use --absolute-path option, since that resolves paths to realpath. See [#901](#901). See [#905](#905). See [#904](#904) ([97570d2](97570d2)) * **explorer:** dont focus first file when not searching ([3fd437c](3fd437c)) * **explorer:** dont process git when picker closed ([c255d9c](c255d9c)) * **explorer:** last status for indent guides taking hidden / ignored files into account ([94bd2ef](94bd2ef)) * **explorer:** strip cwd from search text for explorer items ([38f392a](38f392a)) * **explorer:** windows ([b560054](b560054)) * **exporer.tree:** and now hopefully on windows ([ef9b12d](ef9b12d)) * **git:** use nul char as separator for git status ([8e0dfd2](8e0dfd2)) * **health:** better health checks for picker. Closes [#917](#917) ([427f036](427f036)) * **picker.actions:** close preview before buffer delete ([762821e](762821e)) * **picker.actions:** don't reuse_win in floating windows (like the picker preview) ([4b9ea98](4b9ea98)) * **picker.actions:** fix qflist position ([#911](#911)) ([6d3c135](6d3c135)) * **picker.actions:** get win after splitting or tabnew. Fixes [#896](#896) ([95d3e7f](95d3e7f)) * **picker.colorscheme:** use wildignore. Closes [#969](#969) ([ba8badf](ba8badf)) * **picker.db:** better script to download sqlite3 on windows. See [#918](#918) ([84d1a92](84d1a92)) * **picker.finder:** correct check if filter changed ([52bc24c](52bc24c)) * **picker.input:** fixed startinsert weirdness with prompt buffers (again) ([c030827](c030827)) * **picker.input:** set as not modified when setting input through API ([54a041f](54a041f)) * **picker.list:** better wrap settings for when wrapping is enabled ([a542ea4](a542ea4)) * **picker.list:** let user override wrap ([22da4bd](22da4bd)) * **picker.list:** nil check ([c22e46a](c22e46a)) * **picker.lsp:** fix indent guides for sorted document symbols ([17360e4](17360e4)) * **picker.lsp:** sort document symbols by position ([cc22177](cc22177)) * **picker.matcher:** don't optimize pattern subsets when pattern has a negation ([a6b3d78](a6b3d78)) * **picker.preview:** don't clear preview state on close so that colorscheme can be restored. Closes [#932](#932) ([9688bd9](9688bd9)) * **picker.preview:** update main preview when changing the layout ([604c603](604c603)) * **picker.projects:** add custom project dirs ([c7293bd](c7293bd)) * **picker.projects:** use fd or fdfind ([270250c](270250c)) * **picker.select:** default height shows just the items. See [#902](#902) ([c667622](c667622)) * **picker:** better handling when entering the root layout window. Closes [#894](#894) ([e294fd8](e294fd8)) * **picker:** consider zen windows as main. Closes [#973](https://github.com/folke/snacks.nvim/issues/973) ([b1db65a](b1db65a)) * **picker:** disabled preview main ([9fe43bd](9fe43bd)) * **picker:** exit insert mode before closing with `&lt;c-c&gt;` to prevent cursor shifting left. Close [#956](#956) ([71eae96](71eae96)) * **picker:** initial preview state when main ([cd6e336](cd6e336)) * **picker:** only show extmark errors when debug is enabled. Closes [#988](#988) ([f6d9af7](f6d9af7)) * **win:** apply win-local window options for new buffers displayed in a window. Fixes [#925](#925) ([cb99c46](cb99c46)) * **win:** better handling of alien buffers opening in managed windows. See [#886](https://github.com/folke/snacks.nvim/issues/886) ([c8430fd](c8430fd)) ### Performance Improvements * **explorer:** disable watchdirs fallback watcher ([5d34380](5d34380)) * **explorer:** early exit for tree calculation ([1a30610](1a30610)) * **explorer:** no need to get git status with `-uall`. Closes [#983](#983) ([bc087d3](bc087d3)) * **picker.list:** only re-render when visible items changed ([c72e62e](c72e62e)) * **picker:** cache treesitter line highlights ([af31c31](af31c31)) * **picker:** cache wether ts lang exists and disable smooth scrolling on big files ([719b36f](719b36f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6318413 commit 789f161

File tree

1 file changed

+106
-0
lines changed

1 file changed

+106
-0
lines changed

CHANGELOG.md

+106
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,111 @@
11
# Changelog
22

3+
## [2.19.0](https://github.com/folke/snacks.nvim/compare/v2.18.0...v2.19.0) (2025-02-07)
4+
5+
6+
### Features
7+
8+
* **bigfile:** configurable average line length (default = 1000). Useful for minified files. Closes [#576](https://github.com/folke/snacks.nvim/issues/576). Closes [#372](https://github.com/folke/snacks.nvim/issues/372) ([7fa92a2](https://github.com/folke/snacks.nvim/commit/7fa92a24501fa85b567c130b4e026f9ca1efed17))
9+
* **explorer:** add hl groups for ignored / hidden files. Closes [#887](https://github.com/folke/snacks.nvim/issues/887) ([85e1b34](https://github.com/folke/snacks.nvim/commit/85e1b343b0cc6d2facc0763d9e1c1de4b63b99ac))
10+
* **explorer:** added ctrl+f to grep in the item's directory ([0454b21](https://github.com/folke/snacks.nvim/commit/0454b21165cb84d2f59a1daf6226de065c90d4f7))
11+
* **explorer:** added ctrl+t to open a terminal in the item's directory ([81f9006](https://github.com/folke/snacks.nvim/commit/81f90062c50430c1bad9546fcb65c3e43a76be9b))
12+
* **explorer:** added diagnostics file/directory status ([7f1b60d](https://github.com/folke/snacks.nvim/commit/7f1b60d5576345af5e7b990f3a9e4bca49cd3686))
13+
* **explorer:** added quick nav with `[`, `]` with `d/w/e` for diagnostics ([d1d5585](https://github.com/folke/snacks.nvim/commit/d1d55850ecb4aac1396c314a159db1e90a34bd79))
14+
* **explorer:** added support for live search ([82c4a50](https://github.com/folke/snacks.nvim/commit/82c4a50985c9bb9f4b1d598f10a30e1122a35212))
15+
* **explorer:** allow disabling untracked git status. Closes [#983](https://github.com/folke/snacks.nvim/issues/983) ([a3b083b](https://github.com/folke/snacks.nvim/commit/a3b083b8443b1ae1299747fdac8da51c3160835b))
16+
* **explorer:** different hl group for broken links ([1989921](https://github.com/folke/snacks.nvim/commit/1989921466e6b5234ae8f71add41b8defd55f732))
17+
* **explorer:** disable fuzzy searches by default for explorer since it's too noisy and we can't sort on score due to tree view ([b07788f](https://github.com/folke/snacks.nvim/commit/b07788f14a28daa8d0b387c1258f8f348f47420f))
18+
* **explorer:** file watcher when explorer is open ([6936c14](https://github.com/folke/snacks.nvim/commit/6936c1491d4aa8ffb4448acca677589a1472bb3a))
19+
* **explorer:** file watching that works on all platforms ([8399465](https://github.com/folke/snacks.nvim/commit/8399465872c51fab54ad5d02eb315e258ec96ed1))
20+
* **explorer:** focus on first file when searching in the explorer ([1d4bea4](https://github.com/folke/snacks.nvim/commit/1d4bea4a9ee8a5258c6ae085ac66dd5cc05a9749))
21+
* **explorer:** git index watcher ([4c12475](https://github.com/folke/snacks.nvim/commit/4c12475e80528d8d48b9584d78d645e4a51c3298))
22+
* **explorer:** rewrite that no longer depends on `fd` for exploring ([6149a7b](https://github.com/folke/snacks.nvim/commit/6149a7babbd2c6d9cd924bb70102d80a7f045287))
23+
* **explorer:** show symlink target ([dfa79e0](https://github.com/folke/snacks.nvim/commit/dfa79e04436ebfdc83ba71c0048fc1636b4de5aa))
24+
* **matcher:** call on_match after setting score ([23ce529](https://github.com/folke/snacks.nvim/commit/23ce529fb663337f9dc17ca08aa601b172469031))
25+
* **picker.git:** add confirmation before deleting a git branch ([#951](https://github.com/folke/snacks.nvim/issues/951)) ([337a3ae](https://github.com/folke/snacks.nvim/commit/337a3ae7eebb95020596f15a349a85d2f6be31a4))
26+
* **picker.git:** add create and delete branch to git_branches ([#909](https://github.com/folke/snacks.nvim/issues/909)) ([8676c40](https://github.com/folke/snacks.nvim/commit/8676c409e148e28eff93c114aca0c1bf3d42281a))
27+
* **picker.lazy:** don't use `grep`. Parse spec files manually. Closes [#972](https://github.com/folke/snacks.nvim/issues/972) ([0928007](https://github.com/folke/snacks.nvim/commit/09280078e8339f018be5249fe0e1d7b9d32db7f7))
28+
* **picker.lsp:** use existing buffers for preview when opened ([d4e6353](https://github.com/folke/snacks.nvim/commit/d4e63531c9fba63ded6fb470a5d53c98af110478))
29+
* **picker.matcher:** internal `on_match` ([47b3b69](https://github.com/folke/snacks.nvim/commit/47b3b69570271b12bbd72b9dbcfbd445b915beca))
30+
* **picker.preview:** allow confguring `preview = {main = true, enabled = false}` ([1839c65](https://github.com/folke/snacks.nvim/commit/1839c65f6784bedb7ae96a84ee741fa5c0023226))
31+
* **picker.undo:** added ctrl+y to yank added lines from undo ([811a24c](https://github.com/folke/snacks.nvim/commit/811a24cc16a8e9b7ec947c95b73e1fe05e4692d1))
32+
* **picker:** `picker:dir()` to get the dir of the item (when a directory) or it's parent (when a file) ([969608a](https://github.com/folke/snacks.nvim/commit/969608ab795718cc23299247bf4ea0a199fcca3f))
33+
* **picker:** added `git_grep` picker. Closes [#986](https://github.com/folke/snacks.nvim/issues/986) ([2dc9016](https://github.com/folke/snacks.nvim/commit/2dc901634b250059cc9b7129bdeeedd24520b86c))
34+
* **picker:** allow configuring file icon width. Closes [#981](https://github.com/folke/snacks.nvim/issues/981) ([52c1086](https://github.com/folke/snacks.nvim/commit/52c1086ecdf410dfec3317144d46de7c6f86c1ad))
35+
* **picker:** better checkhealth ([b773368](https://github.com/folke/snacks.nvim/commit/b773368f8aa6e84a68e979f0e335d23de71f405a))
36+
* **picker:** get filetype from modeline when needed. Closes [#987](https://github.com/folke/snacks.nvim/issues/987) ([5af04ab](https://github.com/folke/snacks.nvim/commit/5af04ab6672ae38bf7d72427e75f925615f93904))
37+
* **picker:** opts.on_close ([6235f44](https://github.com/folke/snacks.nvim/commit/6235f44b115c45dd009c45b81a52f8d99863efaa))
38+
* **picker:** pin picker as a split to left/bottom/top/right with `ctrl+z+(hjkl)` ([27cba53](https://github.com/folke/snacks.nvim/commit/27cba535a6763cbca3f3162c5c4bb48c6f382005))
39+
* **rename:** add `old` to `on_rename` callback ([455228e](https://github.com/folke/snacks.nvim/commit/455228ed3a07bf3aee34a75910785b9978f53da6))
40+
* **scope:** allow injected languages to be parsed by treesitter ([#823](https://github.com/folke/snacks.nvim/issues/823)) ([aba21dd](https://github.com/folke/snacks.nvim/commit/aba21ddc712b12db8469680dd7f2080063cb6d5c))
41+
* **statuscolumn:** added mouse click handler to open/close folds. Closes [#968](https://github.com/folke/snacks.nvim/issues/968) ([98a7b64](https://github.com/folke/snacks.nvim/commit/98a7b647c9e245ef02d57d566bf8461c2f7beb56))
42+
* **terminal:** added `start_insert` ([64129e4](https://github.com/folke/snacks.nvim/commit/64129e4c3c5b247c61b1f46bc0faaa1e69e7eef8))
43+
* **terminal:** auto_close and auto_insert. Closes [#965](https://github.com/folke/snacks.nvim/issues/965) ([bb76cae](https://github.com/folke/snacks.nvim/commit/bb76cae87e81a871435570b91c8c6f6e27eb9955))
44+
45+
46+
### Bug Fixes
47+
48+
* **bigfile:** check that passed path is the one from the buffer ([8deea64](https://github.com/folke/snacks.nvim/commit/8deea64dba3b9b8f57e52bb6b0133263f6ff171f))
49+
* **explorer.git:** better git status watching ([09349ec](https://github.com/folke/snacks.nvim/commit/09349ecd44040666db9d4835994a378a9ff53e8c))
50+
* **explorer.git:** dont reset cursor when git status is done updating ([bc87992](https://github.com/folke/snacks.nvim/commit/bc87992e712c29ef8e826f3550f9b8e3f1a9308d))
51+
* **explorer.git:** vim.schedule git updates ([3aad761](https://github.com/folke/snacks.nvim/commit/3aad7616209951320d54f83dd7df35d5578ea61f))
52+
* **explorer.tree:** fix linux ([6f5399b](https://github.com/folke/snacks.nvim/commit/6f5399b47c55f916fcc3a82dcc71cce0eb5d7c92))
53+
* **explorer.tree:** symlink directories ([e5f1e91](https://github.com/folke/snacks.nvim/commit/e5f1e91249b468ff3a7d14a8650074c27f1fdb30))
54+
* **explorer.watch:** pcall watcher, since it can give errors on windows ([af96818](https://github.com/folke/snacks.nvim/commit/af968181af6ce6a988765fe51558b2caefdcf863))
55+
* **explorer:** always refresh state when opening the picker since changes might have happened that were not monitored ([c61114f](https://github.com/folke/snacks.nvim/commit/c61114fb32910863a543a4a7a1f63e9915983d26))
56+
* **explorer:** call original `on_close`. Closes [#971](https://github.com/folke/snacks.nvim/issues/971) ([a0bee9f](https://github.com/folke/snacks.nvim/commit/a0bee9f662d4e22c6533e6544b4daedecd2aacc0))
57+
* **explorer:** check that picker is still open ([50fa1be](https://github.com/folke/snacks.nvim/commit/50fa1be38ee8366d79e1fa58b38abf31d3955033))
58+
* **explorer:** clear cache after action. Fixes [#890](https://github.com/folke/snacks.nvim/issues/890) ([34097ff](https://github.com/folke/snacks.nvim/commit/34097ff37e0fb53771bbe3bf927048d06b4576f6))
59+
* **explorer:** clear selection after delete. Closes [#898](https://github.com/folke/snacks.nvim/issues/898) ([44733ea](https://github.com/folke/snacks.nvim/commit/44733eaa78fb899dc3b3d72d7cac6f447356a287))
60+
* **explorer:** disable follow for explorer search by default. No longer needed. Link directories may show as files then though, but that's not an issue. See [#960](https://github.com/folke/snacks.nvim/issues/960) ([b9a17d8](https://github.com/folke/snacks.nvim/commit/b9a17d82a726dc6cfd9a0b4f8566178708073808))
61+
* **explorer:** don't use --absolute-path option, since that resolves paths to realpath. See [#901](https://github.com/folke/snacks.nvim/issues/901). See [#905](https://github.com/folke/snacks.nvim/issues/905). See [#904](https://github.com/folke/snacks.nvim/issues/904) ([97570d2](https://github.com/folke/snacks.nvim/commit/97570d23ac42dac813c5eb49637381fa3b728246))
62+
* **explorer:** dont focus first file when not searching ([3fd437c](https://github.com/folke/snacks.nvim/commit/3fd437ccd38d79b876154097149d130cdb01e653))
63+
* **explorer:** dont process git when picker closed ([c255d9c](https://github.com/folke/snacks.nvim/commit/c255d9c6a02f070f0048c5eaa40921f71e9f2acb))
64+
* **explorer:** last status for indent guides taking hidden / ignored files into account ([94bd2ef](https://github.com/folke/snacks.nvim/commit/94bd2eff74acd7faa78760bf8a55d9c269e99190))
65+
* **explorer:** strip cwd from search text for explorer items ([38f392a](https://github.com/folke/snacks.nvim/commit/38f392a8ad75ced790f89c8ef43a91f98a2bb6e3))
66+
* **explorer:** windows ([b560054](https://github.com/folke/snacks.nvim/commit/b56005466952b759a2f610e8b3c8263444402d76))
67+
* **exporer.tree:** and now hopefully on windows ([ef9b12d](https://github.com/folke/snacks.nvim/commit/ef9b12d68010a931c76533925a8c730123241635))
68+
* **git:** use nul char as separator for git status ([8e0dfd2](https://github.com/folke/snacks.nvim/commit/8e0dfd285665bedf67441efe11c9c1318781826f))
69+
* **health:** better health checks for picker. Closes [#917](https://github.com/folke/snacks.nvim/issues/917) ([427f036](https://github.com/folke/snacks.nvim/commit/427f036c6532097859d9177f32ccb037803abaa4))
70+
* **picker.actions:** close preview before buffer delete ([762821e](https://github.com/folke/snacks.nvim/commit/762821e420cef56b03b6897b008454eefe68fd1d))
71+
* **picker.actions:** don't reuse_win in floating windows (like the picker preview) ([4b9ea98](https://github.com/folke/snacks.nvim/commit/4b9ea98007cddc0af80fa0479a86a1bf2e880b66))
72+
* **picker.actions:** fix qflist position ([#911](https://github.com/folke/snacks.nvim/issues/911)) ([6d3c135](https://github.com/folke/snacks.nvim/commit/6d3c1352358e0e2980f9f323b6ca8a62415963bc))
73+
* **picker.actions:** get win after splitting or tabnew. Fixes [#896](https://github.com/folke/snacks.nvim/issues/896) ([95d3e7f](https://github.com/folke/snacks.nvim/commit/95d3e7f96182e4cc8aa0c05a616a61eba9a77366))
74+
* **picker.colorscheme:** use wildignore. Closes [#969](https://github.com/folke/snacks.nvim/issues/969) ([ba8badf](https://github.com/folke/snacks.nvim/commit/ba8badfe74783e97934c21a69e0c44883092587f))
75+
* **picker.db:** better script to download sqlite3 on windows. See [#918](https://github.com/folke/snacks.nvim/issues/918) ([84d1a92](https://github.com/folke/snacks.nvim/commit/84d1a92faba55a470a6c52a1aca86988b0c57869))
76+
* **picker.finder:** correct check if filter changed ([52bc24c](https://github.com/folke/snacks.nvim/commit/52bc24c23256246e863992dfcc3172c527254f55))
77+
* **picker.input:** fixed startinsert weirdness with prompt buffers (again) ([c030827](https://github.com/folke/snacks.nvim/commit/c030827d7ad3fe7117bf81c0db1613c958015211))
78+
* **picker.input:** set as not modified when setting input through API ([54a041f](https://github.com/folke/snacks.nvim/commit/54a041f7fca05234379d7bceff6b036acc679cdc))
79+
* **picker.list:** better wrap settings for when wrapping is enabled ([a542ea4](https://github.com/folke/snacks.nvim/commit/a542ea4d3487bd1aa449350c320bfdbe0c23083b))
80+
* **picker.list:** let user override wrap ([22da4bd](https://github.com/folke/snacks.nvim/commit/22da4bd5118a63268e6516ac74a8c3dc514218d3))
81+
* **picker.list:** nil check ([c22e46a](https://github.com/folke/snacks.nvim/commit/c22e46ab9a1f1416368759e0979bc5c0c64c0084))
82+
* **picker.lsp:** fix indent guides for sorted document symbols ([17360e4](https://github.com/folke/snacks.nvim/commit/17360e400905f50c5cc513b072c207233f825a73))
83+
* **picker.lsp:** sort document symbols by position ([cc22177](https://github.com/folke/snacks.nvim/commit/cc22177dcf288195022b0f739da3d00fcf56e3d7))
84+
* **picker.matcher:** don't optimize pattern subsets when pattern has a negation ([a6b3d78](https://github.com/folke/snacks.nvim/commit/a6b3d7840baef2cc9207353a7c1a782fc8508af9))
85+
* **picker.preview:** don't clear preview state on close so that colorscheme can be restored. Closes [#932](https://github.com/folke/snacks.nvim/issues/932) ([9688bd9](https://github.com/folke/snacks.nvim/commit/9688bd92cda4fbe57210bbdfbb9c940516382f9a))
86+
* **picker.preview:** update main preview when changing the layout ([604c603](https://github.com/folke/snacks.nvim/commit/604c603dfafdac0c2edc725ff8bcdcc395100028))
87+
* **picker.projects:** add custom project dirs ([c7293bd](https://github.com/folke/snacks.nvim/commit/c7293bdfe7664eca6f49816795ffb7f2af5b8302))
88+
* **picker.projects:** use fd or fdfind ([270250c](https://github.com/folke/snacks.nvim/commit/270250cf4646dbb16c3d1a453257a3f024b8f362))
89+
* **picker.select:** default height shows just the items. See [#902](https://github.com/folke/snacks.nvim/issues/902) ([c667622](https://github.com/folke/snacks.nvim/commit/c667622fb7569a020195e3e35c1405e4a1fa0e7e))
90+
* **picker:** better handling when entering the root layout window. Closes [#894](https://github.com/folke/snacks.nvim/issues/894) ([e294fd8](https://github.com/folke/snacks.nvim/commit/e294fd8a273b1f5622c8a3259802d91a1ed01110))
91+
* **picker:** consider zen windows as main. Closes [#973](https://github.com/folke/snacks.nvim/issues/973) ([b1db65a](https://github.com/folke/snacks.nvim/commit/b1db65ac61127581cbe3bca8e54a8faf8ce16e5f))
92+
* **picker:** disabled preview main ([9fe43bd](https://github.com/folke/snacks.nvim/commit/9fe43bdf9b6c04b129e84bd7c2cb7ebd8e04bfae))
93+
* **picker:** exit insert mode before closing with `&lt;c-c&gt;` to prevent cursor shifting left. Close [#956](https://github.com/folke/snacks.nvim/issues/956) ([71eae96](https://github.com/folke/snacks.nvim/commit/71eae96bfa5ccafad9966a7bc40982ebe05d8f5d))
94+
* **picker:** initial preview state when main ([cd6e336](https://github.com/folke/snacks.nvim/commit/cd6e336ec0dc8b95e7a75c86cba297a16929370e))
95+
* **picker:** only show extmark errors when debug is enabled. Closes [#988](https://github.com/folke/snacks.nvim/issues/988) ([f6d9af7](https://github.com/folke/snacks.nvim/commit/f6d9af7410963780c48772f7bd9ee3f5e7be8599))
96+
* **win:** apply win-local window options for new buffers displayed in a window. Fixes [#925](https://github.com/folke/snacks.nvim/issues/925) ([cb99c46](https://github.com/folke/snacks.nvim/commit/cb99c46fa171134f582f6b13bef32f6d25ebda59))
97+
* **win:** better handling of alien buffers opening in managed windows. See [#886](https://github.com/folke/snacks.nvim/issues/886) ([c8430fd](https://github.com/folke/snacks.nvim/commit/c8430fdd8dec6aa21c73f293cbd363084fb56ab0))
98+
99+
100+
### Performance Improvements
101+
102+
* **explorer:** disable watchdirs fallback watcher ([5d34380](https://github.com/folke/snacks.nvim/commit/5d34380310861cd42e32ce0865bd8cded9027b41))
103+
* **explorer:** early exit for tree calculation ([1a30610](https://github.com/folke/snacks.nvim/commit/1a30610ab78cce8bb184166de2ef35ee2ca1987a))
104+
* **explorer:** no need to get git status with `-uall`. Closes [#983](https://github.com/folke/snacks.nvim/issues/983) ([bc087d3](https://github.com/folke/snacks.nvim/commit/bc087d36d6126ccf25f8bb3ead405ec32547d85d))
105+
* **picker.list:** only re-render when visible items changed ([c72e62e](https://github.com/folke/snacks.nvim/commit/c72e62ef9012161ec6cd86aa749d780f77d1cc87))
106+
* **picker:** cache treesitter line highlights ([af31c31](https://github.com/folke/snacks.nvim/commit/af31c312872cab2a47e17ed2ee67bf5940a522d4))
107+
* **picker:** cache wether ts lang exists and disable smooth scrolling on big files ([719b36f](https://github.com/folke/snacks.nvim/commit/719b36fa70c35a7015537aa0bfd2956f6128c87d))
108+
3109
## [2.18.0](https://github.com/folke/snacks.nvim/compare/v2.17.0...v2.18.0) (2025-02-03)
4110

5111

0 commit comments

Comments
 (0)