astrocommunity icon indicating copy to clipboard operation
astrocommunity copied to clipboard

Tracking Issue: v6 release

Open Uzaaft opened this issue 6 months ago • 6 comments

Tracking issue for things that are broken for v6 release:

  • [ ] astrolsp.lsp_opts usage

Uzaaft avatar Jun 14 '25 16:06 Uzaaft

Anything needs to be done for any of these?

  • https://github.com/AstroNvim/astrocommunity/blob/219e54c4d500a112d8b5458524c199c9d30f387c/lua/astrocommunity/pack/cs/init.lua#L31
  • https://github.com/AstroNvim/astrocommunity/blob/219e54c4d500a112d8b5458524c199c9d30f387c/lua/astrocommunity/editing-support/nvim-treesitter-sexp/init.lua#L4
  • https://github.com/AstroNvim/astrocommunity/blob/219e54c4d500a112d8b5458524c199c9d30f387c/lua/astrocommunity/pack/rust/init.lua#L83
  • https://github.com/AstroNvim/astrocommunity/blob/219e54c4d500a112d8b5458524c199c9d30f387c/lua/astrocommunity/editing-support/zen-mode-nvim/init.lua#L33

azdanov avatar Jun 18 '25 03:06 azdanov

Depends on if Astro is dropping 0.10/0.11

Uzaaft avatar Jun 18 '25 06:06 Uzaaft

v6 will drop 0.10

mehalter avatar Jul 27 '25 11:07 mehalter

v6 will drop 0.10

Bombaclat!

Uzaaft avatar Jul 27 '25 11:07 Uzaaft

https://github.com/AstroNvim/astrocommunity/blob/668273d76670920ac08d45043cd1d954c546644c/lua/astrocommunity/pack/rust/init.lua#L117

Will need to be updated to vim.lsp.config["rust_analyzer"] instead of lsp_opts

azdanov avatar Aug 29 '25 08:08 azdanov

Noticed this error when using v6

Failed to run `config` for nvim-treesitter

...zy/astrocommunity/lua/astrocommunity/pack/blade/init.lua:27: attempt to call field 'get_parser_configs' (a nil value)

# stacktrace:
  - /astrocommunity/lua/astrocommunity/pack/blade/init.lua:27 _in_ **values**

ALameLlama avatar Oct 15 '25 22:10 ALameLlama