Skip to content

Commit

Permalink
chore(main): release 11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
astronvimbot committed Jun 30, 2024
1 parent 899d0bd commit 254f3f4
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# Changelog

## [11.0.0](https://github.com/AstroNvim/astrocommunity/compare/v10.0.0...v11.0.0) (2024-06-30)


### ⚠ BREAKING CHANGES

* **go:** move from `go.nvim` to `gopher.nvim` ([#1059](https://github.com/AstroNvim/astrocommunity/issues/1059))

### Features

* **chatgpt-nvim:** add which-key mappings below <leader>G ([#1051](https://github.com/AstroNvim/astrocommunity/issues/1051)) ([e48e840](https://github.com/AstroNvim/astrocommunity/commit/e48e840ebcd5ec31fd6a1bd6e9acb63f503a2223))
* **code-runner:** add `vim-slime` ([#1065](https://github.com/AstroNvim/astrocommunity/issues/1065)) ([9ad5b67](https://github.com/AstroNvim/astrocommunity/commit/9ad5b67d06ef41e1ec58eb89d66704e0eb436228))
* **completion:** add `nvim-cmp-buffer-lines` ([#1056](https://github.com/AstroNvim/astrocommunity/issues/1056)) ([07ddd3d](https://github.com/AstroNvim/astrocommunity/commit/07ddd3d2782dca0920faf74be072cb748633a8a1))
* **completion:** add cmp-nvim-lua ([#1050](https://github.com/AstroNvim/astrocommunity/issues/1050)) ([c127e71](https://github.com/AstroNvim/astrocommunity/commit/c127e7145c44ad0128a121def6e74fd8f270c053))
* **completion:** add cmp-tmux ([#1068](https://github.com/AstroNvim/astrocommunity/issues/1068)) ([6bfc094](https://github.com/AstroNvim/astrocommunity/commit/6bfc09446916d75dfe3e1a77adcba3ba4e844631))
* **go:** move from `go.nvim` to `gopher.nvim` ([#1059](https://github.com/AstroNvim/astrocommunity/issues/1059)) ([5adae48](https://github.com/AstroNvim/astrocommunity/commit/5adae485bb20927859aa5f8be300cfd9fd219705))
* **media:** add `neocord.nvim` ([#1049](https://github.com/AstroNvim/astrocommunity/issues/1049)) ([11217da](https://github.com/AstroNvim/astrocommunity/commit/11217dabdf24bf4c06322830b0dc90b73e176061))
* **pack:** add hyprlang config file language support ([#1063](https://github.com/AstroNvim/astrocommunity/issues/1063)) ([e2a5562](https://github.com/AstroNvim/astrocommunity/commit/e2a55628fc919fd98a286f731e742b3500468bf4))
* **rainbow-delimiters-nvim:** add `<Leader>u(` to toggle rainbow delimiters ([afe4a72](https://github.com/AstroNvim/astrocommunity/commit/afe4a726975a4cc2233cc4366c5beb2b22e52653))
* **rust:** Add cmp support for crates name ([#1073](https://github.com/AstroNvim/astrocommunity/issues/1073)) ([37b18d9](https://github.com/AstroNvim/astrocommunity/commit/37b18d9e6d4c897939711407f36660bf10b58cce))


### Bug Fixes

* **bash:** make `shfmt` respect indentation settings with conform ([e0596e0](https://github.com/AstroNvim/astrocommunity/commit/e0596e0ec1ef24c7607d9dbd7692b06b95686c8b))
* **chatgpt-nvim:** Add missing cmd and bindings ([#1067](https://github.com/AstroNvim/astrocommunity/issues/1067)) ([1a27778](https://github.com/AstroNvim/astrocommunity/commit/1a2777801c6322d8f0d02862e08f7aa5ecc8886a))
* **chatgpt-nvim:** add trouble.nvim dependency ([#1066](https://github.com/AstroNvim/astrocommunity/issues/1066)) ([1f3a6ec](https://github.com/AstroNvim/astrocommunity/commit/1f3a6ec008b404c72f84093fe25c574ba63fc256))
* **chatgpt-nvim:** lazy loading and binding for ChatGPTCompleteCode cmd ([1a27778](https://github.com/AstroNvim/astrocommunity/commit/1a2777801c6322d8f0d02862e08f7aa5ecc8886a))
* **go:** install go dependencies if mason isn't available ([58be28a](https://github.com/AstroNvim/astrocommunity/commit/58be28a129aeaaad74fb608b3a9f05e0214aab99))
* **go:** set default go binary to `"go"` ([#1053](https://github.com/AstroNvim/astrocommunity/issues/1053)) ([67268b2](https://github.com/AstroNvim/astrocommunity/commit/67268b2dd256599b21496aa4e63a3974a4554c13))
* **julia:** only install the julia language server from Mason if not setup manually ([68b8e32](https://github.com/AstroNvim/astrocommunity/commit/68b8e323f474b59c87f54aacfade9f6667dd0ae6))
* **neogit:** add missing command for lazy loading ([cbb114c](https://github.com/AstroNvim/astrocommunity/commit/cbb114c4ccc057e661faa6786505ce552ae1a142))
* **neogit:** disable signs as `foldcolumn` handles this out of the box ([9b791f1](https://github.com/AstroNvim/astrocommunity/commit/9b791f15f7bfaeb7b6d82f41373e99aba4070521))
* **neogit:** explicitly disable signs since foldcolumn is used by default ([899d0bd](https://github.com/AstroNvim/astrocommunity/commit/899d0bdf0c3ce0d5887af1c8a3653c223661281a))
* **oil-nvim:** integrate icons with AstroUI ([c2a7f0a](https://github.com/AstroNvim/astrocommunity/commit/c2a7f0ac9558b4f67fc70ce0e01449909e2d30cb))
* **python-ruff:** organize imports before formatting by default ([52544fe](https://github.com/AstroNvim/astrocommunity/commit/52544fe7695673c28f424e99e429518250c38d4b))
* **tailwindcss:** add mjs support for tailwind root dir detection ([#1070](https://github.com/AstroNvim/astrocommunity/issues/1070)) ([54cf316](https://github.com/AstroNvim/astrocommunity/commit/54cf3160da6f01d48306979c7d80e3955dab01c5))
* **vim-sandwich:** fix lazy loading and mapping setup ([6aa6aad](https://github.com/AstroNvim/astrocommunity/commit/6aa6aad7b86f59fd622dc405171d912edb734c11))

## [10.0.0](https://github.com/AstroNvim/astrocommunity/compare/v9.0.0...v10.0.0) (2024-06-17)


Expand Down

0 comments on commit 254f3f4

Please sign in to comment.