Justin M. Keyes
Justin M. Keyes
Thanks for the report. Can you try the development version? - The [Releases](https://github.com/neovim/neovim/releases/tag/nightly) page has pre-built archives for Linux/Windows/macOS. - Check `:version` to confirm that you are using the latest...
Code is in `tui.c` ..
Please test the latest development version. The [Releases](https://github.com/neovim/neovim/releases/tag/nightly) page has pre-built archives for Linux/Windows/macOS. Check `:version` to confirm the version.
Open to merging this since it's harmless enough, but how about making it a callback? Then the callback can modify the dirvish-generated Shdo script arbitrarily, and also add a "after"...
https://github.com/neovim/neovim/issues/34658 mentioned https://github.com/monkoose/matchparen.nvim , maybe worth looking at for the matchparen logic.
> By default the files with added words are placed in `stdpath('data')/spell`. If there is no movement upstream, let's do it here at least.
> Also it is also a kind of file that users would like to backup (like the rest of their config). stdpath('data') is intended for backup (unlike stdpath('cache')). stdpath('config') is...
> As the `.add` files are usually not manually edited, and it's easier to keep all spell files together, I'd say use the same directory for both by default. Also,...
Please create a separate Pr for the "follow" paramter, so we can unblock it. Edit: https://github.com/neovim/neovim/pull/31551
want to resolve https://github.com/neovim/neovim/pull/31364#discussion_r1916337288 before merging this. looks like we are in favor of deprecating `skip` in existing vim.fs functions and renaming it to `filter`.