github-actions[bot]
048056e952
chore(main): release 15.8.0 ( #6576 )
...
🤖 I have created a release *beep* *boop*
---
##
[15.8.0](https://github.com/LazyVim/LazyVim/compare/v15.7.1...v15.8.0 )
(2025-10-17)
### Features
* **gleam:** add conform
([#5640 ](https://github.com/LazyVim/LazyVim/issues/5640 ))
([02b8dd3 ](02b8dd3f4b ))
* **sidekick:** added `<leader>ad` to close/detach a terminal/session
([f8b062b ](f8b062b130 ))
* **sidekick:** changed default keymaps for sidekick. Please check
updated docs at sidekick.nvim
([a3e52dd ](a3e52dd346 ))
* **sidekick:** use `<a-a>` in any snacks picker to send the (selected)
results to an AI tool
([26c43a9 ](26c43a9b93 ))
* **treesitter:** add installation instructions to get a C compiler on
windows
([37032da ](37032dabd6 ))
* **treesitter:** added support for `disable` langs to
indent/highlight/folds. Closes
[#6608 ](https://github.com/LazyVim/LazyVim/issues/6608 )
([0e8069c ](0e8069c78e ))
* **treesitter:** better health checks for treesitter requirements
([413b9d5 ](413b9d5fa9 ))
* **treesitter:** on windows, use `gcc` if available and `cl.exe` is not
available for building parsers
([2a1f3c3 ](2a1f3c3701 ))
### Bug Fixes
* **blink:** disable blink left/right key in the cmdline
([94c4603 ](94c4603b68 ))
* **keymaps:** update deprecated diagnostic keymap to latest api change
([#6574 ](https://github.com/LazyVim/LazyVim/issues/6574 ))
([b9d38f6 ](b9d38f6920 ))
* **sidekick:** only add copilot to lspconfig when `opts.nes.enabled ~=
false`
([049db39 ](049db39de0 ))
* **terminal:** term toggle keymaps now only work for snacks terminals.
Closes [#6573 ](https://github.com/LazyVim/LazyVim/issues/6573 )
([4efd0e2 ](4efd0e2bea ))
* **treesiter:** check that `disable` options are tables
([e8c5fa7 ](e8c5fa7eae ))
* **treesitter:** better check on windows if microsoft build tools is
installed
([5effc77 ](5effc77185 ))
* **xtras:** load `copilot-native` before `blink`
([#6588 ](https://github.com/LazyVim/LazyVim/issues/6588 ))
([aa2c436 ](aa2c43633a ))
### Performance Improvements
* **ansible:** load on ft=yaml and run should only be mapped on
ft=yaml.ansible
([ebdcf1b ](ebdcf1ba7e ))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please ). See
[documentation](https://github.com/googleapis/release-please#release-please ).
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-10-17 19:21:12 +02:00
Folke Lemaitre
26c43a9b93
feat(sidekick): use <a-a> in any snacks picker to send the (selected) results to an AI tool
2025-10-17 19:18:28 +02:00
Folke Lemaitre
5effc77185
fix(treesitter): better check on windows if microsoft build tools is installed
2025-10-15 19:43:44 +02:00
Folke Lemaitre
37032dabd6
feat(treesitter): add installation instructions to get a C compiler on windows
2025-10-15 08:42:05 +02:00
Folke Lemaitre
413b9d5fa9
feat(treesitter): better health checks for treesitter requirements
2025-10-15 08:38:37 +02:00
Folke Lemaitre
2a1f3c3701
feat(treesitter): on windows, use gcc if available and cl.exe is not available for building parsers
2025-10-15 08:38:37 +02:00
Vu Nhat Chuong
02b8dd3f4b
feat(gleam): add conform ( #5640 )
...
## Description
Add conform.nvim formatter for gleam lanuage.
## Checklist
- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md )
guidelines.
2025-10-14 13:17:22 +02:00
Folke Lemaitre
ebdcf1ba7e
perf(ansible): load on ft=yaml and run should only be mapped on ft=yaml.ansible
2025-10-12 14:26:07 +02:00
Folke Lemaitre
049db39de0
fix(sidekick): only add copilot to lspconfig when opts.nes.enabled ~= false
2025-10-11 08:16:17 +02:00
Folke Lemaitre
f8b062b130
feat(sidekick): added <leader>ad to close/detach a terminal/session
2025-10-11 00:05:16 +02:00
Folke Lemaitre
e8c5fa7eae
fix(treesiter): check that disable options are tables
2025-10-10 20:57:44 +02:00
Folke Lemaitre
0e8069c78e
feat(treesitter): added support for disable langs to indent/highlight/folds. Closes #6608
2025-10-10 06:45:12 +02:00
Folke Lemaitre
4efd0e2bea
fix(terminal): term toggle keymaps now only work for snacks terminals. Closes #6573
2025-10-09 22:08:13 +02:00
Folke Lemaitre
94c4603b68
fix(blink): disable blink left/right key in the cmdline
2025-10-09 18:08:27 +02:00
Vlad
92ff787e73
chore(render-markdown): use API to toggle ( #6558 )
...
## Description
The `state` module in `render-markdown` is not expected to be accessed
outside of the package and may be refactored in the future.
Prevent any breaking changes in LazyVim by using the public API which
was updated here:
accaa600ba
## Related Issue(s)
None
## Screenshots
N/A
## Checklist
- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md )
guidelines.
2025-10-09 13:47:01 +02:00
Iordanis Petkakis
aa2c43633a
fix(xtras): load copilot-native before blink ( #6588 )
...
## Description
`blink` Extra loads earlier than `copilot-native` Extra and that causes
`ghost_text.enabled = vim.g.ai_cmp` to wrongly evaluate to `true` even
though `copilot-native` explicitly sets `vim.g.ai_cmp = false`.
I also changed the order of `blink` and `typescript` so that `blink`
comes logically right after `copilot-native`, hope that is not a
problem. If it is, feel free to revert the order and just keep the
change about `copilot-native`.
<!-- Describe the big picture of your changes to communicate to the
maintainers
why we should accept this pull request. -->
## Related Issue(s)
None, I was just trying to create a toggle mapping to disable/enable
both NES and inline_completion and even though they were disabled, I
could see ghost_text from blink.
<!--
If this PR fixes any issues, please link to the issue here.
- Fixes #<issue_number>
-->
## Screenshots
<!-- Add screenshots of the changes if applicable. -->
## Checklist
- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md )
guidelines.
2025-10-09 13:46:25 +02:00
Folke Lemaitre
a3e52dd346
feat(sidekick): changed default keymaps for sidekick. Please check updated docs at sidekick.nvim
2025-10-09 00:12:43 +02:00
Md. Iftakhar Awal Chowdhury
b9d38f6920
fix(keymaps): update deprecated diagnostic keymap to latest api change ( #6574 )
...
## Description
refectors deprecated `diagnostic_goto` calls to newer
`vim.diagnostic.jump` API.
## Checklist
- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md )
guidelines.
2025-10-02 20:52:41 +02:00
github-actions[bot]
dc1ffa5bcb
chore(main): release 15.7.1 ( #6575 )
...
🤖 I have created a release *beep* *boop*
---
##
[15.7.1](https://github.com/LazyVim/LazyVim/compare/v15.7.0...v15.7.1 )
(2025-10-02)
### Bug Fixes
* **sidekick:** better keymaps
([188b288 ](188b288614 ))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please ). See
[documentation](https://github.com/googleapis/release-please#release-please ).
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-10-02 19:18:17 +02:00
Folke Lemaitre
188b288614
fix(sidekick): better keymaps
2025-10-02 19:14:52 +02:00
github-actions[bot]
fab399c90d
chore(main): release 15.7.0 ( #6556 )
...
🤖 I have created a release *beep* *boop*
---
##
[15.7.0](https://github.com/LazyVim/LazyVim/compare/v15.6.0...v15.7.0 )
(2025-10-01)
### Features
* **sidekick:** updated keymaps for sidekick
([2942bd4 ](2942bd4a0d ))
### Bug Fixes
* **copilot-native:** schedule inline_completion.enable
([23b1da1 ](23b1da170f ))
* **sidekick:** better keymaps
([aabc03f ](aabc03f88d ))
* **stylua:** stylua is now also an LSP. Disable it since we use the CLI
tool.
([2f76d57 ](2f76d572a2 ))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please ). See
[documentation](https://github.com/googleapis/release-please#release-please ).
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-10-02 07:22:59 +02:00
Folke Lemaitre
2942bd4a0d
feat(sidekick): updated keymaps for sidekick
2025-10-01 22:18:05 +02:00
Folke Lemaitre
aabc03f88d
fix(sidekick): better keymaps
2025-10-01 19:05:48 +02:00
Folke Lemaitre
23b1da170f
fix(copilot-native): schedule inline_completion.enable
2025-10-01 19:04:14 +02:00
Folke Lemaitre
2f76d572a2
fix(stylua): stylua is now also an LSP. Disable it since we use the CLI tool.
2025-09-30 18:10:39 +02:00
github-actions[bot]
4ebcd611b2
chore(main): release 15.6.0 ( #6536 )
...
🤖 I have created a release *beep* *boop*
---
##
[15.6.0](https://github.com/LazyVim/LazyVim/compare/v15.5.0...v15.6.0 )
(2025-09-30)
### Features
* **sidekick:** added keymaps to work with AI cli tools
([5d18a46 ](5d18a46b6a ))
* **sidekick:** fancier lualine component
([b889978 ](b889978151 ))
### Bug Fixes
* **config:** clipboard:get()
([22851dc ](22851dce97 ))
* **copilot-native:** change Copilot-native's `<M-[>` description to
"Prev Suggestion"
([#6553 ](https://github.com/LazyVim/LazyVim/issues/6553 ))
([089d0a5 ](089d0a5ac1 ))
* **sidekick:** changed keymap to open new tool
([3d3739b ](3d3739b4b8 ))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please ). See
[documentation](https://github.com/googleapis/release-please#release-please ).
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-09-30 16:43:00 +02:00
Folke Lemaitre
22851dce97
fix(config): clipboard:get()
2025-09-30 15:42:15 +02:00
Jonathan Pollak
089d0a5ac1
fix(copilot-native): change Copilot-native's <M-[> description to "Prev Suggestion" ( #6553 )
...
## Description
<!-- Describe the big picture of your changes to communicate to the
maintainers
why we should accept this pull request. -->
The description for both `<M-]>` and `<M-[>` in the `copilot-native`
extra are described as `Next Copilot Suggestion`. The PR changes the
description of `<M-[>` to be `Prev Copilot Suggestion`
## Related Issue(s)
<!--
If this PR fixes any issues, please link to the issue here.
- Fixes #<issue_number>
-->
## Screenshots
<!-- Add screenshots of the changes if applicable. -->
## Checklist
- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md )
guidelines.
2025-09-30 06:48:46 +02:00
Folke Lemaitre
3d3739b4b8
fix(sidekick): changed keymap to open new tool
2025-09-30 00:03:41 +02:00
Folke Lemaitre
5d18a46b6a
feat(sidekick): added keymaps to work with AI cli tools
2025-09-29 23:12:20 +02:00
Folke Lemaitre
b889978151
feat(sidekick): fancier lualine component
2025-09-27 19:53:16 +02:00
github-actions[bot]
060e6dfaf7
chore(main): release 15.5.0 ( #6533 )
...
🤖 I have created a release *beep* *boop*
---
##
[15.5.0](https://github.com/LazyVim/LazyVim/compare/v15.4.0...v15.5.0 )
(2025-09-27)
### Features
* **ai.copilot-native:** let sidekick.nvim handle some things if
available
([b25ea9c ](b25ea9c153 ))
* **ai:** added completion hooks for next edit suggestions
([30a325d ](30a325d671 ))
* **extras:** added extra for `sidekick.nvim` (Copilot LSP integration)
([dbfe209 ](dbfe20996c ))
### Bug Fixes
* **ai.copilot:** disable copilot lsp if installed. copilot.lua needs
its own version of the LSP
([e9bc607 ](e9bc6074d1 ))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please ). See
[documentation](https://github.com/googleapis/release-please#release-please ).
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-09-27 18:54:19 +02:00
Folke Lemaitre
dbfe20996c
feat(extras): added extra for sidekick.nvim (Copilot LSP integration)
2025-09-27 18:41:34 +02:00
Folke Lemaitre
30a325d671
feat(ai): added completion hooks for next edit suggestions
2025-09-26 15:57:00 +02:00
Folke Lemaitre
b25ea9c153
feat(ai.copilot-native): let sidekick.nvim handle some things if available
2025-09-26 15:56:17 +02:00
Folke Lemaitre
e9bc6074d1
fix(ai.copilot): disable copilot lsp if installed. copilot.lua needs its own version of the LSP
2025-09-26 15:55:32 +02:00
github-actions[bot]
92b7fcf7b1
chore(main): release 15.4.0 ( #6515 )
...
🤖 I have created a release *beep* *boop*
---
##
[15.4.0](https://github.com/LazyVim/LazyVim/compare/v15.3.0...v15.4.0 )
(2025-09-26)
### Features
* **copilot-native:** added experimental support for next edit
suggestions. check the docs to enable
([c83df9e ](c83df9e68d ))
* **copilot-native:** added keymaps to cycle suggestions
([6bd630c ](6bd630cec6 ))
* **copilot-native:** better lualine status
([9913e16 ](9913e1665d ))
* **copilot-native:** removed experimental **nes** support with
`copilot_lsp` for now, since it's not the best experience right now
([ed637bb ](ed637bb0f7 ))
* **copilot:** added `copilot-native` extra to setup native inline
completions in Neovim
([3b02963 ](3b02963585 ))
### Bug Fixes
* **catppuccin:** follow-up on api change
([#6505 ](https://github.com/LazyVim/LazyVim/issues/6505 ))
([af6e250 ](af6e2505b5 ))
* **treesitter:** create buffer-local textobjects keymaps only when
available. Closes
[#6508 ](https://github.com/LazyVim/LazyVim/issues/6508 )
([5985ca0 ](5985ca0cf1 ))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please ). See
[documentation](https://github.com/googleapis/release-please#release-please ).
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-09-26 12:16:12 +02:00
Folke Lemaitre
ed637bb0f7
feat(copilot-native): removed experimental **nes** support with copilot_lsp for now, since it's not the best experience right now
2025-09-26 12:14:33 +02:00
robin
af6e2505b5
fix(catppuccin): follow-up on api change ( #6505 )
...
## Description
https://github.com/catppuccin/nvim/pull/931 will change the api for
accessing the bufferline integration. im making this follow up pr so it
wont have to be done through a user :)
(sorry about https://github.com/LazyVim/LazyVim/pull/6354 )
## Checklist
- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md )
guidelines.
2025-09-26 06:36:14 +02:00
Folke Lemaitre
c83df9e68d
feat(copilot-native): added experimental support for next edit suggestions. check the docs to enable
2025-09-25 15:30:28 +02:00
Folke Lemaitre
6bd630cec6
feat(copilot-native): added keymaps to cycle suggestions
2025-09-25 12:30:50 +02:00
Folke Lemaitre
9913e1665d
feat(copilot-native): better lualine status
2025-09-25 11:11:40 +02:00
Folke Lemaitre
3b02963585
feat(copilot): added copilot-native extra to setup native inline completions in Neovim
2025-09-25 10:31:17 +02:00
Folke Lemaitre
5985ca0cf1
fix(treesitter): create buffer-local textobjects keymaps only when available. Closes #6508
2025-09-25 07:35:59 +02:00
Folke Lemaitre
8a76098461
style(lsp): typo
2025-09-23 13:06:34 +02:00
github-actions[bot]
6e3a06306d
chore(main): release 15.3.0 ( #6486 )
...
🤖 I have created a release *beep* *boop*
---
##
[15.3.0](https://github.com/LazyVim/LazyVim/compare/v15.2.0...v15.3.0 )
(2025-09-23)
### Features
* **copilot:** use `blink-copilot` as blink.cmp copilot source
([#5551 ](https://github.com/LazyVim/LazyVim/issues/5551 ))
([13069f2 ](13069f2018 ))
* **treesitter:** show an error if the user tries to set a custom
treesitter compiler
([89ff1fd ](89ff1fd600 ))
### Bug Fixes
* **jdtls:** allow mason jdtls installation
([#6498 ](https://github.com/LazyVim/LazyVim/issues/6498 ))
([80990ec ](80990ec62f ))
* **jdtls:** bundle configuration bug fix
([#6499 ](https://github.com/LazyVim/LazyVim/issues/6499 ))
([c423765 ](c423765962 ))
* **keymaps:** enable snacks git keybindings
([#6323 ](https://github.com/LazyVim/LazyVim/issues/6323 ))
([720e06a ](720e06a908 ))
* **lsp:** fix mason install/exclude. Closes
[#6504 ](https://github.com/LazyVim/LazyVim/issues/6504 )
([37b1ec4 ](37b1ec41ae ))
* **lsp:** fixup for when not using mason
([a90b565 ](a90b56518f ))
* **luasnip:** add missing optional tag to garymjr/nvim-snippets
([#5733 ](https://github.com/LazyVim/LazyVim/issues/5733 ))
([37a1c1a ](37a1c1af5d ))
* **vtsls:** fix and move denols/vtsls disambigutaion to typescript
extra. Fixes [#6476 ](https://github.com/LazyVim/LazyVim/issues/6476 )
([775621a ](775621ac0a ))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please ). See
[documentation](https://github.com/googleapis/release-please#release-please ).
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-09-23 13:02:58 +02:00
Folke Lemaitre
67781bda04
Revert "fix(jdtls): allow mason jdtls installation ( #6498 )"
...
This reverts commit 80990ec62f .
2025-09-23 13:00:13 +02:00
Folke Lemaitre
37b1ec41ae
fix(lsp): fix mason install/exclude. Closes #6504
2025-09-23 12:58:45 +02:00
dareni
c423765962
fix(jdtls): bundle configuration bug fix ( #6499 )
...
The jar for the debug adapter was included but the operation to append
the java-test jar files failed.
2025-09-22 13:56:18 +02:00
dareni
80990ec62f
fix(jdtls): allow mason jdtls installation ( #6498 )
...
Bug fix jdtls config for compatibility with last lsp refactor.
2025-09-22 13:55:56 +02:00