Skip to content

Releases: braintreeps/neovim-dotfiles

v0.0.3

26 Feb 21:05
279de8c

Choose a tag to compare

What's Changed

New Contributors

  • @JorWo made their first contribution in #6

Full Changelog: v0.0.2...v0.0.3

v0.0.2

25 Feb 15:49
8c30f97

Choose a tag to compare

What's Changed

Full Changelog: v0.0.1...v0.0.2

v0.0.1 - Initial release

24 Feb 19:48
b461c42

Choose a tag to compare

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