Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 11.1.0 #1085

Merged
merged 1 commit into from
Jul 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# 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))
* **pack:** add XML language pack ([76b7573](https://github.com/AstroNvim/astrocommunity/commit/76b757347281c0679f88b6a99b3d3447964aeb52))
* **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

* **codeium-nvim:** resolve loading issues for nvim-cmp and lspkind.nvim ([#1082](https://github.com/AstroNvim/astrocommunity/issues/1082)) ([5bfcfc4](https://github.com/AstroNvim/astrocommunity/commit/5bfcfc411a8c58d40774e25952f30effdbd78be2))
* **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
Loading