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

feat(main)!: Astrocommunity compatible with v4 #631

Merged
merged 269 commits into from
Apr 1, 2024
Merged

feat(main)!: Astrocommunity compatible with v4 #631

merged 269 commits into from
Apr 1, 2024

Conversation

Uzaaft
Copy link
Member

@Uzaaft Uzaaft commented Nov 8, 2023

Changelog

Fixes

Features

  • rust: Remove rust-tools and use ferris.nvim instead.
  • json: Add schemastore to json pack
  • yaml: Add schemastore to yaml pack

Copy link

github-actions bot commented Nov 8, 2023

Review Checklist

Does this PR follow the [Contribution Guidelines](development guidelines)? Following is a partial checklist:

Proper conventional commit scoping:

  • If you are adding a new plugin, the scope would be the name of the category it is being added into. ex. feat(utility): added noice.nvim plugin

  • If you are modifying a pre-existing plugin or pack, the scope would be the name of the plugin folder. ex. fix(noice-nvim): fix LSP handler error

  • Pull request title has the appropriate conventional commit type and scope where the scope is the name of the pre-existing directory in the project as described above

  • README is properly formatted and uses fenced in links with <url> unless they are inside a [title](url)

  • Proper usage of opts table rather than setting things up with the config function.

Co-authored-by: Kaushal Madappa <[email protected]>

fix(main): Import status from the right place

Co-authored-by: Kaushal Madappa <[email protected]>
tku137 and others added 8 commits March 19, 2024 12:25
* fix(coq_nvim): change clashing keybind <C-H>

* fix(coq_nvim): use Tab for consistency

---------

Co-authored-by: Tony Fischer (tku137) <[email protected]>
* feat(keybinding): Add mini.clue.

* fix(miniclue): disable which-key

* chore(miniclue): Fix linting

* fix(miniclue): Load on event instead of keys

* fix(mini-clue): fix bugs

---------

Co-authored-by: Micah Halter <[email protected]>
0xricksanchez and others added 6 commits March 24, 2024 08:42
* feat(indent): add indent-rainbowline

* fix(indent-rainbowline): Pass in opts from function into make_opts call

* Update lua/astrocommunity/indent/indent-rainbowline/init.lua

Co-authored-by: Micah Halter <[email protected]>

---------

Co-authored-by: Uzair Aftab <[email protected]>
Co-authored-by: Uzair Aftab <[email protected]>
Co-authored-by: Micah Halter <[email protected]>
@Uzaaft Uzaaft changed the title Astrocommunity v4: Who's going to carry the boats feat(main)!: Astrocommunity compatible with v4 Mar 28, 2024
Uzaaft and others added 4 commits March 28, 2024 11:11
* fix(neorg)!: fix breaking change in v8.0.0

* refactor(neorg): move luarocks.nvim spec to dependencies

* refactor(neorg): remove no longer necessary table

* feat(neorg): pin version

---------

Co-authored-by: Uzair Aftab <[email protected]>
* feat(pack): add fish pack

* fix(fish): Use mason-null-ls instead of none-ls

* Revert "fix(fish): Use mason-null-ls instead of none-ls"

This reverts commit 26232a1.

* fix(fish): add requirements in the README for fish pack

---------

Co-authored-by: Uzair Aftab <[email protected]>
@Uzaaft Uzaaft marked this pull request as ready for review March 31, 2024 11:02
@mehalter mehalter merged commit 1648e1a into main Apr 1, 2024
10 of 12 checks passed
@mehalter mehalter deleted the v4 branch April 1, 2024 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

lsp.inc-rename-nvim not working