abeldekat
fdf1e593df
feat: an extra for mini.snippets. Added a remark regarding telescope and fzf-lua
2025-01-04 22:04:48 +01:00
abeldekat
cc07da5c10
feat: an extra for mini.snippets. Load the plugin on insertenter
2025-01-03 21:02:55 +01:00
abeldekat
650ce200f1
feat: an extra for mini.snippets. Review dpetka: use table.insert for opts.sources.default
2025-01-03 20:23:36 +01:00
abeldekat
852beed925
feat: an extra for mini.snippets. Prepare for native blink integration
2025-01-03 19:21:18 +01:00
abeldekat
75de3f0bd4
feat: an extra for mini.snippets. Add note to read MiniSnippets-expand
2025-01-03 16:26:58 +01:00
abeldekat
7ef68dff21
feat: an extra for mini.snippets. Review dpetka. Back to one extra. Final step, blink integration(standalone)
2025-01-03 09:54:57 +01:00
abeldekat
b5bad6778d
feat: an extra for mini.snippets. Review dpetka. Back to one extra. Nvim-cmp works. Todo blink
2025-01-02 20:51:02 +01:00
abeldekat
cb0ea26e1f
feat: an extra for mini.snippets. Differentiate by providing two extras: standalone and with sources
2024-12-31 23:39:07 +01:00
abeldekat
a0885fc3f1
feat: an extra for mini.snippets. Update the comment to be more clear about the current absence of completion sources
2024-12-30 21:18:22 +01:00
abeldekat
6b5e0e3063
feat: an extra for mini.snippets. Review echasnovski, expand.select does not take opts as argument
2024-12-30 19:41:45 +01:00
abeldekat
50f793b3e7
feat: an extra for mini.snippets. Provide an example user config override
2024-12-30 10:43:04 +01:00
abeldekat
5aa6252475
feat: an extra for mini.snippets. Issue a warning when user overrides jump_next or jump_previous.
2024-12-30 10:04:47 +01:00
abeldekat
5b057e92eb
feat: an extra for mini.snippets. First version, WIP
2024-12-29 22:03:35 +01:00
github-actions[bot]
d0c366e4d8
chore(main): release 14.6.0 ( #5176 )
...
🤖 I have created a release *beep* *boop*
---
##
[14.6.0](https://github.com/LazyVim/LazyVim/compare/v14.5.0...v14.6.0 )
(2024-12-20)
### Features
* **colorscheme:** add fzf integration to catppuccin
([#5175 ](https://github.com/LazyVim/LazyVim/issues/5175 ))
([751803f ](751803f98b ))
* **lualine:** add fzf extensions.
([#5203 ](https://github.com/LazyVim/LazyVim/issues/5203 ))
([7a16a75 ](7a16a752ba ))
### Bug Fixes
* **blink:** remove compatibility with 0.7.6 release
([#5212 ](https://github.com/LazyVim/LazyVim/issues/5212 ))
([857f330 ](857f330c21 ))
* **codeium:** doesnt automatically load when `vim.g.ai_cmp` is set to
false ([#5182 ](https://github.com/LazyVim/LazyVim/issues/5182 ))
([b51279c ](b51279c6d7 ))
* **fzf:** fzf.lua compatible hidden scrollbar
([#5177 ](https://github.com/LazyVim/LazyVim/issues/5177 ))
([3a79273 ](3a79273f3c ))
* **luasnip:** use blink's luasnip source. Closes
[#5211 ](https://github.com/LazyVim/LazyVim/issues/5211 )
([86de9c9 ](86de9c9e44 ))
### Performance Improvements
* **supermaven:** add lazy-loading
([#5183 ](https://github.com/LazyVim/LazyVim/issues/5183 ))
([a3a28bf ](a3a28bf8e4 ))
### Reverts
* fix(fzf): fzf.lua compatible hidden scrollbar
([#5177 ](https://github.com/LazyVim/LazyVim/issues/5177 ))
([c40692c ](c40692c1b0 ))
---
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>
2024-12-20 18:36:49 +01:00
Folke Lemaitre
86de9c9e44
fix(luasnip): use blink's luasnip source. Closes #5211
2024-12-20 18:35:22 +01:00
Igor Guerrero
857f330c21
fix(blink): remove compatibility with 0.7.6 release ( #5212 )
...
## Description
With the version update 5 mins ago, I got an error with this setting.
I'm not sure if removal is the correct way to fix this but it does runs
well on my local.
- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md )
guidelines.
2024-12-20 18:10:45 +01:00
folke
c1ee761dd8
chore(build): auto-generate docs
2024-12-20 08:12:41 +00:00
milanglacier
7a16a752ba
feat(lualine): add fzf extensions. ( #5203 )
...
## Description
Similar to #5175 , add `fzf` integration with lualine.
Note that similar to #5175 , integration with `fzf` is included
unconditionally. I think we don't need to check if the users choose
`fzf` as their default picker to conditionally add the fzf integration
with lualine.
## Screenshots
**Before**:
<img width="446" alt="Screenshot 2024-12-19 at 17 58 30"
src="https://github.com/user-attachments/assets/b9974180-92e7-47fe-8f48-b153f29e0c72 "
/>
**After**:
<img width="204" alt="Screenshot 2024-12-19 at 17 59 28"
src="https://github.com/user-attachments/assets/777c3433-2347-4b6a-a5cd-435404b1386a "
/>
2024-12-20 09:11:44 +01:00
Manuuurino
a3a28bf8e4
perf(supermaven): add lazy-loading ( #5183 )
...
## Description
As title, somehow these events have been forgotten, ive checked the git
history of it aswell.
## 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.
2024-12-19 15:41:11 +01:00
folke
2c2aa62546
chore(build): auto-generate docs
2024-12-19 07:30:13 +00:00
Folke Lemaitre
c40692c1b0
revert: fix(fzf): fzf.lua compatible hidden scrollbar ( #5177 )
...
This reverts commit 3a79273f3c .
2024-12-19 08:29:19 +01:00
Manuuurino
b51279c6d7
fix(codeium): doesnt automatically load when vim.g.ai_cmp is set to false ( #5182 )
...
## Description
I think the title of the PR says it all. Before the user has to manually
load/trigger the plugin via the cmd (`:Codeium Auth`) or by requiring.
PS: The copilot extra also has this event.
~~PPS: Ive also noticed that supermaven doesnt have this event setup,
perhaps it suffers to the same issue when this option is disabled?~~
Edit:
For the PPS, have tested supermaven, i can confirm, it loads properly.
## 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.
2024-12-18 22:28:39 +01:00
Uzzal Devkota
3a79273f3c
fix(fzf): fzf.lua compatible hidden scrollbar ( #5177 )
...
## Description
<!-- Describe the big picture of your changes to communicate to the
maintainers
why we should accept this pull request. -->
`--no-scrollbar` option is not supported by
[fzf-lua](https://github.com/ibhagwan/fzf-lua )
The recommended way is to set `winopts.preview.scrollbar=false`
## Checklist
- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md )
guidelines.
2024-12-18 22:28:04 +01:00
folke
28d3ee4970
chore(build): auto-generate docs
2024-12-18 12:50:24 +00:00
kezhenxu94
751803f98b
feat(colorscheme): add fzf integration to catppuccin ( #5175 )
...
## Description
<!-- Describe the big picture of your changes to communicate to the
maintainers
why we should accept this pull request. -->
## 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
- [ ] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md )
guidelines.
2024-12-18 13:49:13 +01:00
github-actions[bot]
447e260a62
chore(main): release 14.5.0 ( #5109 )
...
🤖 I have created a release *beep* *boop*
---
##
[14.5.0](https://github.com/LazyVim/LazyVim/compare/v14.4.0...v14.5.0 )
(2024-12-17)
### Features
* **blink:** increase lazydev scores
([22015e0 ](22015e0b48 ))
### Bug Fixes
* **blink:** add `vim.snippet` fixes to blink (was already added to
cmp). Fixes [#5067 ](https://github.com/LazyVim/LazyVim/issues/5067 )
([5ea3cfa ](5ea3cfa48e ))
* **blink:** don't trigger automatically on insert
([2cf3d23 ](2cf3d234bf ))
* **blink:** remove show_on_insert_on_trigger_character since this has
been fixed for {} and others
([0f3a120 ](0f3a120186 ))
* **illuminate:** disable snacks.words when illuminate extra is enabled.
Fixes [#5125 ](https://github.com/LazyVim/LazyVim/issues/5125 )
([d025115 ](d0251155ab ))
* **supermaven:** don't attach to bigfile and some snacks ft. Fixes
[#5139 ](https://github.com/LazyVim/LazyVim/issues/5139 )
([25ee13c ](25ee13ce29 ))
* **vscode:** disable some snacks plugins in vscode. Closes
[#5124 ](https://github.com/LazyVim/LazyVim/issues/5124 )
([301135b ](301135b274 ))
---
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>
2024-12-17 17:04:54 +01:00
folke
1599187175
chore(build): auto-generate docs
2024-12-17 06:09:33 +00:00
Folke Lemaitre
25ee13ce29
fix(supermaven): don't attach to bigfile and some snacks ft. Fixes #5139
2024-12-17 07:08:34 +01:00
Jorge Villalobos
2d7a04be47
refactor(blink): use upstream <Tab> keymap fn ( #5130 )
...
## Description
Replace re-defined super-tab `<Tab>` keymap function with the original
upstream one, so upstream fixes can propagate.
Related to #5127
## Related Issue(s)
none
## Screenshots
none
## Checklist
- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md )
guidelines.
2024-12-16 20:29:13 +01:00
Folke Lemaitre
0f3a120186
fix(blink): remove show_on_insert_on_trigger_character since this has been fixed for {} and others
2024-12-16 20:28:01 +01:00
Folke Lemaitre
2cf3d234bf
fix(blink): don't trigger automatically on insert
2024-12-16 18:09:44 +01:00
Folke Lemaitre
0b6d1c0050
style(lsp): remove refs to document_highlight, which is no longer used
2024-12-16 17:47:07 +01:00
Folke Lemaitre
301135b274
fix(vscode): disable some snacks plugins in vscode. Closes #5124
2024-12-16 17:45:50 +01:00
Folke Lemaitre
d0251155ab
fix(illuminate): disable snacks.words when illuminate extra is enabled. Fixes #5125
2024-12-16 17:41:19 +01:00
Folke Lemaitre
5ea3cfa48e
fix(blink): add vim.snippet fixes to blink (was already added to cmp). Fixes #5067
2024-12-16 16:19:24 +01:00
folke
7019295373
chore(build): auto-generate docs
2024-12-16 07:18:15 +00:00
Folke Lemaitre
22015e0b48
feat(blink): increase lazydev scores
2024-12-16 08:17:11 +01:00
github-actions[bot]
c8d8dd0ab6
chore(main): release 14.4.0 ( #5089 )
...
🤖 I have created a release *beep* *boop*
---
##
[14.4.0](https://github.com/LazyVim/LazyVim/compare/v14.3.0...v14.4.0 )
(2024-12-15)
### Features
* **blink:** boost results from ai providers and enable async, to get
much faster completions
([6bc56e4 ](6bc56e4e81 ))
* **keymaps:** unlink luasnip on `esc`
([ef91026 ](ef9102677f ))
### Bug Fixes
* **blink:** allow overriding `<Tab>` key. Fixes
[#5095 ](https://github.com/LazyVim/LazyVim/issues/5095 ). Closes
[#5099 ](https://github.com/LazyVim/LazyVim/issues/5099 )
([89314cb ](89314cb2aa ))
* **keymaps:** better escape
([8f113a5 ](8f113a514c ))
---
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>
2024-12-15 20:26:59 +01:00
Folke Lemaitre
89314cb2aa
fix(blink): allow overriding <Tab> key. Fixes #5095 . Closes #5099
2024-12-15 18:44:24 +01:00
Folke Lemaitre
8f113a514c
fix(keymaps): better escape
2024-12-15 18:39:48 +01:00
Folke Lemaitre
6bc56e4e81
feat(blink): boost results from ai providers and enable async, to get much faster completions
2024-12-15 18:33:50 +01:00
Folke Lemaitre
ef9102677f
feat(keymaps): unlink luasnip on esc
2024-12-15 11:46:24 +01:00
github-actions[bot]
8fe3b5eec8
chore(main): release 14.3.0 ( #5087 )
...
🤖 I have created a release *beep* *boop*
---
##
[14.3.0](https://github.com/LazyVim/LazyVim/compare/v14.2.0...v14.3.0 )
(2024-12-15)
### Features
* **config:** better icon for snippets
([195a6e6 ](195a6e6114 ))
* **keymaps:** stop native snippets on escape. Closes
[#5083 ](https://github.com/LazyVim/LazyVim/issues/5083 )
([15c81fd ](15c81fdbb8 ))
### Bug Fixes
* **blink:** super-tab and ai completions
([413566a ](413566af59 ))
---
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>
2024-12-15 10:00:11 +01:00
Folke Lemaitre
413566af59
fix(blink): super-tab and ai completions
2024-12-15 08:59:48 +01:00
folke
eead9dff84
chore(build): auto-generate docs
2024-12-15 07:37:13 +00:00
Folke Lemaitre
15c81fdbb8
feat(keymaps): stop native snippets on escape. Closes #5083
2024-12-15 08:36:21 +01:00
Folke Lemaitre
195a6e6114
feat(config): better icon for snippets
2024-12-15 08:36:21 +01:00
Daniele
bd6ca6bda7
docs(README): translate README.md to Italian ( #5060 )
...
## Description
Add an Italian translation of the main `README.md` to `README-IT.md`
file to make LazyVim more accessible to Italian-speaking users, just
like we did for other languages. The translation maintains all original
formatting, links and images while providing natural Italian language
text.
## Related Issue(s)
None
## Screenshots
None
## Checklist
- [X] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md )
guidelines.
2024-12-14 22:33:27 +01:00
github-actions[bot]
c2175397a7
chore(main): release 14.2.0 ( #5048 )
...
🤖 I have created a release *beep* *boop*
---
##
[14.2.0](https://github.com/LazyVim/LazyVim/compare/v14.1.0...v14.2.0 )
(2024-12-14)
### Features
* **blink:** add `<c-y>` to keymaps
([3866fbc ](3866fbcd40 ))
### Bug Fixes
* **blink:** `draw.treesitter` expects table
([#5044 ](https://github.com/LazyVim/LazyVim/issues/5044 ))
([08a7f7e ](08a7f7e3f9 ))
* **blink:** compat with 0.7.6
([63eab6d ](63eab6d9a5 ))
* **blink:** only override color symbol kind for blink
([b07378d ](b07378dde4 ))
* **health:** added `fzf` to healthchecks
([380cea9 ](380cea97bf ))
* **health:** added curl to health checks
([5de1532 ](5de15329fb ))
---
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>
2024-12-14 15:31:01 +01:00
Folke Lemaitre
5de15329fb
fix(health): added curl to health checks
2024-12-14 14:42:21 +01:00