Skip to content

Commit

Permalink
chore(main): release 14.1.0 (#1223)
Browse files Browse the repository at this point in the history
  • Loading branch information
astronvimbot authored Oct 16, 2024
1 parent a2b0133 commit 8a35bc6
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## [14.1.0](https://github.com/AstroNvim/astrocommunity/compare/v14.0.0...v14.1.0) (2024-10-16)


### Features

* **colorscheme:** add `vim-nightly-colors` ([d2fb231](https://github.com/AstroNvim/astrocommunity/commit/d2fb2317623131866ff82c68eb7b8334be54df80))
* **colorscheme:** Add Horizon ([#1232](https://github.com/AstroNvim/astrocommunity/issues/1232)) ([55e5f93](https://github.com/AstroNvim/astrocommunity/commit/55e5f93f5f9294753361c1a9b4a7a4755a82222e))
* **completion:** add `blink.cmp` ([#1235](https://github.com/AstroNvim/astrocommunity/issues/1235)) ([bf96ca3](https://github.com/AstroNvim/astrocommunity/commit/bf96ca3be168b73a547c06890f1f39ed0882f255))
* **completion:** add magazine.nvim ([#1238](https://github.com/AstroNvim/astrocommunity/issues/1238)) ([8b024ad](https://github.com/AstroNvim/astrocommunity/commit/8b024adaefb25fc0b28703cf78f9080ff69f6187))
* **pack:** add an NvChad UI pack ([#1230](https://github.com/AstroNvim/astrocommunity/issues/1230)) ([6c63df9](https://github.com/AstroNvim/astrocommunity/commit/6c63df91724e4c2c8c582861350766fd8b39ee4b))
* **pack:** add Moonbit language support ([#1224](https://github.com/AstroNvim/astrocommunity/issues/1224)) ([e457eac](https://github.com/AstroNvim/astrocommunity/commit/e457eacee37d10eb0a9b77503a3a5b6e62f0360e))


### Bug Fixes

* **astro:** add `scss` treesitter parser ([a2b0133](https://github.com/AstroNvim/astrocommunity/commit/a2b01336aeecbadff7c7b32345c33ae19b32d557))
* **colorscheme:** fix name of `moonfly` to `vim-moonfly-colors` ([e8a3283](https://github.com/AstroNvim/astrocommunity/commit/e8a3283d1cef4bbf30bfa342fb1adb5ef287024c))
* **cpp:** tbl extend on opts.config instead of opts ([#1228](https://github.com/AstroNvim/astrocommunity/issues/1228)) ([ed524d2](https://github.com/AstroNvim/astrocommunity/commit/ed524d2b47756f3df4f2c727509de80f22af8cfa))
* **julia:** fix infinite recursion ([19a9c61](https://github.com/AstroNvim/astrocommunity/commit/19a9c61883713e1acdb6ee799f2ba221b2886460))
* **lsp_lines-nvim:** disable plugin in `lazy` UI ([#1226](https://github.com/AstroNvim/astrocommunity/issues/1226)) ([baeee61](https://github.com/AstroNvim/astrocommunity/commit/baeee6187eaaff79b773ad71ccf8eecbc308a8d8))
* **neocord-nvim:** fix typo ([#1234](https://github.com/AstroNvim/astrocommunity/issues/1234)) ([b8328bf](https://github.com/AstroNvim/astrocommunity/commit/b8328bf4d657e3444ad0539f2b74b279ce7b9c4f))
* **neorg:** Add default workspace for Neorg ([#1237](https://github.com/AstroNvim/astrocommunity/issues/1237)) ([05f2e12](https://github.com/AstroNvim/astrocommunity/commit/05f2e121dc133d627fa74d818f4ff1f67d423295))
* **pack:** make sure custom treesitter parsers correctly handle `all` setting ([c2d1a80](https://github.com/AstroNvim/astrocommunity/commit/c2d1a80af03b5d1380c21f306c087367ce8ea649))
* **svelte:** add `scss` treesitter parser ([ed12890](https://github.com/AstroNvim/astrocommunity/commit/ed1289026128500867aaf9a9bd958f0501e99fea))
* **vim-matchup:** `popup` method for offscreen match is too buggy ([d5dde44](https://github.com/AstroNvim/astrocommunity/commit/d5dde44c711859cc2446304de2347230083f43cd))
* **vim-matchup:** improve stability when used with `nvim-cmp` ([a331c29](https://github.com/AstroNvim/astrocommunity/commit/a331c29bd4575f7cca04bd9a7346d6cbcbb17ab5))
* **vue:** add `scss` treesitter parser ([7518c1c](https://github.com/AstroNvim/astrocommunity/commit/7518c1c2ebde99807a0187fbf966f6b4f3c3e401))
* **vue:** correct typo in vue-language-server ([#1227](https://github.com/AstroNvim/astrocommunity/issues/1227)) ([dc65561](https://github.com/AstroNvim/astrocommunity/commit/dc655615d539213c09dcd155bfd476763e800767))

## [14.0.0](https://github.com/AstroNvim/astrocommunity/compare/v13.2.0...v14.0.0) (2024-09-25)


Expand Down

0 comments on commit 8a35bc6

Please sign in to comment.