Conversation
Closed
2727c53 to
69efe3f
Compare
13431de to
0744557
Compare
5b7b016 to
1d1d6ba
Compare
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
1 task
azdanov
reviewed
Jul 27, 2025
9aded22 to
f428cf7
Compare
c8135ec to
c437f36
Compare
54b01a0 to
387dcb0
Compare
4a4bea8 to
3ce59bb
Compare
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as resolved.
This comment was marked as resolved.
52d4af8 to
3fd25ec
Compare
azdanov
reviewed
Nov 28, 2025
| end | ||
|
|
||
| return { | ||
| "Saghen/blink.cmp", |
There was a problem hiding this comment.
Shouldn't this be saghen/blink.cmp, with lowercase s? https://cmp.saghen.dev/installation
Member
Author
There was a problem hiding this comment.
Ah he must have changed his GitHub username. I always thought the capitalization was weird 😂
Also the usernames are not case sensitive so it doesn't truly matter. I'll make a push to make it cleaner sometime next week 🤷
…g default floating window style
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

📑 Description
This branch is simply tracking the migration to AstroNvim v6 development. Currently there isn't a big roadmap or anything. Just a place for development to happen as stuff comes up.
Notable Changes
vim.lsp.configandvim.lsp.enableAPIs. This is a work in progress mainly due to holding back breaking changes until probably the release of Neovim v0.12.nvim-lspconfighas stopped supporting the old configuration API andmason-lspconfighas followed suit. So this is up for people to test it if they want to. It's worth checking out the AstroLSP v4 PR for notes about the changes.vim.lsp.configand native neovim features🧪 Testing
In your
lazy_setup.luafile (or wherever you initially add AstroNvim and import the plugins, remove any reference toversion = ...and addbranch = "v6"to the plugin specAdd the following specs to your
plugins/directory:Update all plugins with
:Lazy updateand restart