diff --git a/CHANGELOG.md b/CHANGELOG.md index cf5d89faa..471320439 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,42 @@ # Changelog +## [9.0.0](https://github.com/AstroNvim/astrocommunity/compare/v8.5.0...v9.0.0) (2024-05-27) + + +### ⚠ BREAKING CHANGES + +* **typescript:** replace `typescript-tools` with `vtsls` ([#969](https://github.com/AstroNvim/astrocommunity/issues/969)) + +### Features + +* **clojure:** modularize pack, add ts-comment, add ts-sexp, add docs ([a34848c](https://github.com/AstroNvim/astrocommunity/commit/a34848c1f7030288b5c37a8022e2cff79f0a574e)) +* **code-runner:** add `conjure` ([67d93c5](https://github.com/AstroNvim/astrocommunity/commit/67d93c5f5d9317f9370511d69f1d77fb88775c4a)) +* **colorscheme:** add neofusion ([0be15e1](https://github.com/AstroNvim/astrocommunity/commit/0be15e1f991ef98dd833dc6f87dc4d106218c65e)) +* **colorscheme:** add neofusion-nvim ([#995](https://github.com/AstroNvim/astrocommunity/issues/995)) ([0be15e1](https://github.com/AstroNvim/astrocommunity/commit/0be15e1f991ef98dd833dc6f87dc4d106218c65e)) +* **colorscheme:** add oldworld ([cf27447](https://github.com/AstroNvim/astrocommunity/commit/cf274479d9fdfb18ac7c946599b915c31e8a3746)) +* **colorscheme:** add oldworld-nvim ([#996](https://github.com/AstroNvim/astrocommunity/issues/996)) ([cf27447](https://github.com/AstroNvim/astrocommunity/commit/cf274479d9fdfb18ac7c946599b915c31e8a3746)) +* **editing-support:** add `nvim-parinfer` ([2196cee](https://github.com/AstroNvim/astrocommunity/commit/2196ceedca58ec44ef093affa2375e14c7ca2631)) +* **editing-support:** add `nvim-treesitter-sexp` ([8075351](https://github.com/AstroNvim/astrocommunity/commit/807535168e954973508f76aed187c6c094e2ab96)) +* **jj:** Add lazyjj ([#986](https://github.com/AstroNvim/astrocommunity/issues/986)) ([a7dfa7b](https://github.com/AstroNvim/astrocommunity/commit/a7dfa7b7544c0be53d3299a60324ab2d3c7a3631)) +* **terminal-integration:** add `vim-tmux-navigator` plugin ([#984](https://github.com/AstroNvim/astrocommunity/issues/984)) ([2dfc54b](https://github.com/AstroNvim/astrocommunity/commit/2dfc54bf4387c76e1174db877581d0a40cefeaf6)) +* **typescript:** replace `typescript-tools` with `vtsls` ([#969](https://github.com/AstroNvim/astrocommunity/issues/969)) ([300a8c6](https://github.com/AstroNvim/astrocommunity/commit/300a8c63eca98593036f358e406cca09d59d241e)) +* **vscode:** add `ts-comments.nvim` to enabled in vs code ([23d8e14](https://github.com/AstroNvim/astrocommunity/commit/23d8e1447f459548e155bb54ae4305e2b4d4fb07)) +* **vscode:** add more known working plugins to enable in VS Code ([544998e](https://github.com/AstroNvim/astrocommunity/commit/544998e706f6477ff0f2812771cbcd1d66b33c52)) + + +### Bug Fixes + +* **catppuccin:** update `native_lsp` integration ([8aeb3e8](https://github.com/AstroNvim/astrocommunity/commit/8aeb3e873a0f8d0a3855e80ba0a8ddbb786a08a6)) +* **clojure:** clean up clojure pack and fix bugs ([a34848c](https://github.com/AstroNvim/astrocommunity/commit/a34848c1f7030288b5c37a8022e2cff79f0a574e)) +* **cpp:** fix support for `linux/arm64` architecture ([7de5e2f](https://github.com/AstroNvim/astrocommunity/commit/7de5e2fcc06f6bcc7073451474a113583d90067a)), closes [#997](https://github.com/AstroNvim/astrocommunity/issues/997) +* **cutlass-nvim:** fix incorrect lazy loading ([fd6104a](https://github.com/AstroNvim/astrocommunity/commit/fd6104aa9b05a99e04cf6bd22cbcf45ad7de2bcc)) +* **project-nvim:** use new rooter enable notation ([9c3208f](https://github.com/AstroNvim/astrocommunity/commit/9c3208faecd9bc86fad06183432bf4b44c62c1f6)) +* **toggleterm-manager-nvim:** add missing keybindings documented ([#988](https://github.com/AstroNvim/astrocommunity/issues/988)) ([d7b784a](https://github.com/AstroNvim/astrocommunity/commit/d7b784aae38a2e5f3340778e82b96e3cd4ea8888)) +* **toggleterm-manager:** add missing keybindings documented ([d7b784a](https://github.com/AstroNvim/astrocommunity/commit/d7b784aae38a2e5f3340778e82b96e3cd4ea8888)) +* **typescript:** fix bug in `typescript-tools.nvim` where indentation gets treated as 0 ([259ae0f](https://github.com/AstroNvim/astrocommunity/commit/259ae0fefa286fbc12dc1c58d072e34324250e77)) +* **typescript:** only search for `package.json` files in typescript language servers ([6b8503f](https://github.com/AstroNvim/astrocommunity/commit/6b8503ffaa01ec0e50c9e044011db9c659fe2932)) +* **vim-visual-multi:** dependencies name correction ([#992](https://github.com/AstroNvim/astrocommunity/issues/992)) ([2c803a9](https://github.com/AstroNvim/astrocommunity/commit/2c803a9fb52b981547aff402d56bbf04a9018655)) + ## [8.5.0](https://github.com/AstroNvim/astrocommunity/compare/v8.4.0...v8.5.0) (2024-05-22)