Releases: braintreeps/neovim-dotfiles
Releases · braintreeps/neovim-dotfiles
v0.0.3
v0.0.2
v0.0.1 - Initial release
This release is essentially the initial state of the repo now that it is open source. recent changes were mainly focused on eliminating startup lag for vanilla cpair users by deferring various operations that used to happen on initial load to happen lazily or not at all. for example, the mason installation of tree sitter cli was removed since this dependency is now baked into cpairs directly.
upcoming versions will include the switch to "versioned release mode", effectively making the updater only allow updates to the dotfiles by release/tag. changes to documentation to include explanations of how to use these dotfiles on personal machines will also be coming soon.
What's Changed
- Fix gh action runner by @cosgroveb in #4
- [v0.0.1] Treesitter/Mason/LSP fixes post tree-sitter-cli migration to cpair image by @cosmicbuffalo in #1
Full Changelog: https://github.com/braintreeps/neovim-dotfiles/commits/v0.0.1