Clément Joly
Clément Joly
Could be useful to output common things without changing the base .md file (github project with special frontmatter fields?)
For further performance improvement and maintainability going forward, we should migrate the remaining vimscript files: ``` $ fd -e vim . after/ftplugin/fugitive.vim after/ftplugin/netrw.vim after/plugin/surround.vim after/plugin/unimpaired.vim ```
This PR aims to introduce a long term solution to update rusqlite to v0.33. If you need an updated version now, there is a stopgap [alpha version](https://github.com/cljoly/rusqlite_migration/releases/tag/v1.3.0-alpha-without-tokio.1) that you might...
LazyLock was introduced in the latest version of the Rust compiler, 1.80. It’s similar enough to lazy_static that folks still using it will figure out how to.