Skip to content

Commit

Permalink
chore(main): release 11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
astronvimbot committed Jul 8, 2024
1 parent eb8e700 commit 12cc06d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## [11.1.0](https://github.com/AstroNvim/astrocommunity/compare/v11.0.0...v11.1.0) (2024-07-08)


### Features

* **editing-support:** Add `vim-doge` ([#1092](https://github.com/AstroNvim/astrocommunity/issues/1092)) ([7a29be0](https://github.com/AstroNvim/astrocommunity/commit/7a29be0af841fdcf99cb060de4ab5c81bd756a94))
* **icon:** Add mini.icons ([#1086](https://github.com/AstroNvim/astrocommunity/issues/1086)) ([34c3dec](https://github.com/AstroNvim/astrocommunity/commit/34c3decc690ef02d412d8bc62faec7e563489f56))
* **lsp:** Add nvim-lsp-endhints ([#1087](https://github.com/AstroNvim/astrocommunity/issues/1087)) ([67d6d76](https://github.com/AstroNvim/astrocommunity/commit/67d6d761329a66b0361a09575a3bff46db4f238f))
* **nix:** Replace `nil_ls` with `nixd` ([#1093](https://github.com/AstroNvim/astrocommunity/issues/1093)) ([96c8887](https://github.com/AstroNvim/astrocommunity/commit/96c88877466250a4855b94d0dbf832f8415874c6))
* **python:** Switch `pyright` with `basedpyright` ([#1089](https://github.com/AstroNvim/astrocommunity/issues/1089)) ([77999cc](https://github.com/AstroNvim/astrocommunity/commit/77999ccb6bd35a4c059f191375a3ffa68f44770a))
* **vscode-icons:** add `mini.icons` support ([ac8e778](https://github.com/AstroNvim/astrocommunity/commit/ac8e778d2bf4ec15b8df6018cc61966cc5a3d7cb))


### Bug Fixes

* **conjure:** Add missing filetypes ([#1061](https://github.com/AstroNvim/astrocommunity/issues/1061)) ([eb8e700](https://github.com/AstroNvim/astrocommunity/commit/eb8e7002049193d43626a58fbc20bfe92669db0f))
* **mini-icons:** Cosmetic typo ([0219171](https://github.com/AstroNvim/astrocommunity/commit/02191711f44f969f9c865f1d8a9638fabc5491aa))
* **mini-icons:** respect `icons_enabled` variable ([524acd9](https://github.com/AstroNvim/astrocommunity/commit/524acd9c97cfe2d8731ca9667926fc1c2784c070))
* **nvim-lsp-endhints:** Fix issue with loading of plugin due to event ([#1090](https://github.com/AstroNvim/astrocommunity/issues/1090)) ([cf80ce2](https://github.com/AstroNvim/astrocommunity/commit/cf80ce2d6b7c914b990791197da0c825de7909ad))
* **oil-nvim:** pass `bufnr` to `get_current_dir` ([63c3584](https://github.com/AstroNvim/astrocommunity/commit/63c358460d648b59d6a67682812250ba87943322))
* **python:** better basedpyright defaults ([#1094](https://github.com/AstroNvim/astrocommunity/issues/1094)) ([0a5e7f6](https://github.com/AstroNvim/astrocommunity/commit/0a5e7f62b0b73c88f18d2699b7fa9d95276c4339))
* **smartcolumn-nvim:** change mini.starter filetype from starter to ministarter ([#1084](https://github.com/AstroNvim/astrocommunity/issues/1084)) ([56b6894](https://github.com/AstroNvim/astrocommunity/commit/56b68945d66f3d6b782087e6c1ac329e7b46a21a))
* **smartcolumn-nvim:** change mini.starter filetype to ministarter ([56b6894](https://github.com/AstroNvim/astrocommunity/commit/56b68945d66f3d6b782087e6c1ac329e7b46a21a))
* **typst:** Fix typo in README ([45eb4fe](https://github.com/AstroNvim/astrocommunity/commit/45eb4fee291e318f33c7f8f0c5cf84c1390d1cb6))
* **vscode-icons:** make `lspkind` optional ([bc38755](https://github.com/AstroNvim/astrocommunity/commit/bc38755e8d02f519b15b69d282e6abb49b13cad6))
* **vue:** properly configure hybrid mode ([#1071](https://github.com/AstroNvim/astrocommunity/issues/1071)) ([1349cda](https://github.com/AstroNvim/astrocommunity/commit/1349cda04764ef40c66d1f6cfdb42e4aa7baa2b1))

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


Expand Down

0 comments on commit 12cc06d

Please sign in to comment.