-
Notifications
You must be signed in to change notification settings - Fork 58
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
Updating plugins tracking issue #33
Labels
good first issue
Good for newcomers
Comments
jordanisaacs
added a commit
that referenced
this issue
Apr 4, 2023
1. Move lspkind to `vim.lsp.lspkind` 2. Updates lspkind to latest master - tracking #33 3. Refactor completion module to better interact with formatting a. `sources` now is an attribute set with optional menu mapping b. Can override a custom format function
jordanisaacs
added a commit
that referenced
this issue
Apr 5, 2023
1. remove config.nix & some small refactors 2. Updates the plugin: #33
Repository owner
locked and limited conversation to collaborators
Apr 5, 2023
Repository owner
unlocked this conversation
Apr 5, 2023
jordanisaacs
pushed a commit
that referenced
this issue
Apr 6, 2023
Adds support for the thirdpary dracula implementation by Mofiqul. Tracking issue: #33
jordanisaacs
pushed a commit
that referenced
this issue
Apr 6, 2023
Adds support for the official dracula implementation. Tracking issue: #33
MonaMayrhofer
pushed a commit
to MonaMayrhofer/neovim-flake
that referenced
this issue
Apr 6, 2023
Repository is now owned by "nvim-treesitter" Update tracking issue: jordanisaacs#33
MonaMayrhofer
added a commit
to MonaMayrhofer/neovim-flake
that referenced
this issue
Apr 8, 2023
Tracking Issue: jordanisaacs#33
mraethel
added a commit
to mraethel/neovim-flake
that referenced
this issue
Jul 10, 2023
scnvim is a Neovim frontend for SuperCollider. Tracking Issue: jordanisaacs#33
jordanisaacs
added a commit
that referenced
this issue
Jul 28, 2023
* Every flake input that is used was updated (#33) * Internal configuration handling of breaking changes
jordanisaacs
added a commit
that referenced
this issue
Jul 28, 2023
* Every flake input that is used was updated (#33) * Internal configuration handling of breaking changes
mraethel
added a commit
to mraethel/neovim-flake
that referenced
this issue
Jul 31, 2023
scnvim is a Neovim frontend for SuperCollider. Tracking Issue: jordanisaacs#33
jordanisaacs
added a commit
that referenced
this issue
Sep 4, 2023
* Update all plugins - tracking #33 * Switch to formatting the flake with `nixpkgs-fmt` * Refactor some of the internal library, create new `nvim.options` * Add new `mkCommandOption` and `commandOptToCmd` * Add bash language support * Add telescope-file-browser * Add debugger support
mraethel
added a commit
to mraethel/neovim-flake
that referenced
this issue
Sep 7, 2023
scnvim is a Neovim frontend for SuperCollider. Tracking Issue: jordanisaacs#33
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Need to go through the plugins one by one and update them. Many probably have API changes as some have not been updated in a year or two. Will use this issue to track updates.
If there are any problems with updating a plugin, a new issue should be created. This is just to serve as a feed of plugin updates/initializations.
If you are interested in contributing and not sure where to start, this is a great place to get introduced to the codebase. Commits that update plugins are referenced here. Any plugin not referenced here will not have been updated for a while.
The text was updated successfully, but these errors were encountered: