11.0.0 (2024-07-02)
⚠ BREAKING CHANGES
- overseer-nvim: change overseer prefix to not conflict with neotest
- go: move from
go.nvimtogopher.nvim(#1059)
Features
- chatgpt-nvim: add which-key mappings below <leader>G (#1051) (e48e840)
- cmp-git: add Neogit integration (77ee4b6)
- code-runner: add
vim-slime(#1065) (9ad5b67) - codeium-nvim: use
astrouifor the symbols (#1076) (b5a3aa4) - completion: add
cmp-nerdfont(#1074) (3cbe80a) - completion: add
nvim-cmp-buffer-lines(#1056) (07ddd3d) - completion: add cmp-nvim-lua (#1050) (c127e71)
- completion: add cmp-tmux (#1068) (6bfc094)
- go: move from
go.nvimtogopher.nvim(#1059) (5adae48) - media: add
neocord.nvim(#1049) (11217da) - nvim-highlight-colors: add
nvim-cmpcompletion integration (90ff9f2) - pack: add hyprlang config file language support (#1063) (e2a5562)
- project: add
grug-far-nvim(#1075) (22e2c58) - rainbow-delimiters-nvim: add
<Leader>u(to toggle rainbow delimiters (afe4a72) - rust: Add cmp support for crates name (#1073) (37b18d9)
Bug Fixes
- bash:
bashlsautomatically usesshellcheckandshfmt(2353882) - bash:
shfmtindentation detection implemented upstream (ce626bc) - bash: make
shfmtrespect indentation settings with conform (e0596e0) - chatgpt-nvim: Add missing cmd and bindings (#1067) (1a27778)
- chatgpt-nvim: add trouble.nvim dependency (#1066) (1f3a6ec)
- chatgpt-nvim: lazy loading and binding for ChatGPTCompleteCode cmd (1a27778)
- codeium-vim: port mappings to
astrocoreand fix lazy loading event (#1077) (5a7a7fa) - go: install go dependencies if mason isn't available (58be28a)
- go: set default go binary to
"go"(#1053) (67268b2) - julia: only install the julia language server from Mason if not setup manually (68b8e32)
- lsp-signature-nvim: corrected lazy spec and disable conflicts features from
noice-nvim(#1079) (03bf3a5) - neogit: add missing command for lazy loading (cbb114c)
- neogit: disable signs as
foldcolumnhandles this out of the box (9b791f1) - neogit: explicitly disable signs since foldcolumn is used by default (899d0bd)
- oil-nvim: integrate icons with AstroUI (c2a7f0a)
- overseer-nvim: change overseer prefix to not conflict with neotest (2685d11)
- overseer-nvim: fix conflicting overseer bindings (1e74889)
- python-ruff: organize imports before formatting by default (52544fe)
- tailwindcss: add mjs support for tailwind root dir detection (#1070) (54cf316)
- vim-sandwich: fix lazy loading and mapping setup (6aa6aad)