Commit graph

2057 commits

Author SHA1 Message Date
akioweh
11816d5eff
fix printable characters being mapped in select mode
most of the "visual mode" mappings use "v" instead of "x", affecting
select mode, which should not have printable characters remapped. (this
is felt when e.g. using snippets)
2025-07-28 23:59:47 +04:00
akioweh
08430b5c28
stop leader key triggering which-key in select mode 2025-07-28 23:36:32 +04:00
akioweh
df8f9dfafb
rename amother self reference spec instance 2025-07-28 21:14:11 +04:00
akioweh
935d22824a
ignore releases and follow latest commit 2025-07-28 21:12:13 +04:00
akioweh
3d8f939652
change self-referential repo owner
did not realize i have to do this, and was wondering why nothing was
working
2025-07-28 21:09:08 +04:00
akioweh
82cd8fe7a0
Merge branch 'typst' 2025-07-28 19:12:37 +04:00
akioweh
5d5b579718
Merge branch 'fix-java-cmp-capabilities'
note: the lsp setup here kinda smells... might have much cleaner
solutions
2025-07-28 19:08:21 +04:00
akioweh
7aaaaa1a4f
Merge branch 'hack-lualine-fzf-illegal-char' 2025-07-28 18:58:33 +04:00
akioweh
825c479600
Merge branch 'blink-copilot' 2025-07-28 18:52:00 +04:00
akioweh
c058f39e4b
Merge branch 'buffer-key-allow-count' 2025-07-28 18:49:20 +04:00
akioweh
5b1427f013
Merge branch 'fix-nvim-snippets-diabled' 2025-07-28 18:47:33 +04:00
akioweh
58b6d18e01
Merge branch 'fix-neotree-priority' 2025-07-28 18:45:47 +04:00
akioweh
7d61c977f7
Merge branch 'fix-grug-far-cmd' 2025-07-28 18:44:28 +04:00
akioweh
03ea663460
Merge branch 'fix-inlay-hints' 2025-07-28 18:43:07 +04:00
akioweh
e4155ff23f
Merge branch 'fix-enable-venv-selector' 2025-07-28 18:40:59 +04:00
akioweh
e778701ff6
Merge branch 'fzf-key-stash' 2025-07-28 18:39:38 +04:00
akioweh
49679a7d14
Merge branch 'fix-key-gitsigns-silent' 2025-07-28 18:37:44 +04:00
akioweh
d68d304cf3
Merge branch 'fix-refactoring-key' 2025-07-28 18:35:58 +04:00
akioweh
81b1f01d4d
Merge branch 'python-path-neoconf' 2025-07-28 18:32:57 +04:00
akioweh
f005a24dc9
Merge branch 'fzf-all-lines' 2025-07-28 18:27:10 +04:00
akioweh
4c6da8b008
Merge branch 'fix-luasnip-blink' 2025-07-28 18:24:26 +04:00
akioweh
070c498fb0
Merge branch 'mason-v2' 2025-07-28 18:13:31 +04:00
akioweh
d7d7dcf362
Merge branch 'breakpoint-editing' 2025-07-28 18:09:25 +04:00
akioweh
23012bdd17
Merge branch 'fix-blink-keymap-presets' 2025-07-28 18:06:12 +04:00
akioweh
449a136403
Merge branch 'feat/lang/haskell-ormolu' 2025-07-28 17:59:35 +04:00
Jose Storopoli
99aa382f95
feat(haskell): update haskell-tools version and add ormolu
- Updates haskell-tools to use the recommended version in the plugin's README
- Adds ormolu as a formatter
2025-07-11 16:01:59 -03:00
Jorge Villalobos
6a087f2ad3
fix(blink): use .get method to access presets 2025-06-16 15:21:27 -04:00
Iordanis Petkakis
db31669abd Some more fixes
Take into account when `server_opts.enabled = false` to add the server
into `exclude_automatic_enable`, since `configure(server)` won't execute
for that.

Also `return true` for `opts.setup` to be in accordance with the rest of
`configure` function and remove `server_opts.enabled` conditional check
from `configure`, since it will only execute when `server_opts.enabled
~= false` either way.
2025-06-07 15:53:13 +03:00
TheDSCPL
65306ceff4 Improve path joining in LazyVim.get_pkg_path 2025-05-31 13:41:39 +03:00
Vo Quang Chien
e432206114 feat(typst): notify when a file is pinned 2025-05-21 11:36:05 +07:00
Vo Quang Chien
caeed54007
Merge branch 'LazyVim:main' into lang/typst 2025-05-21 11:24:29 +07:00
Kian Kasad
5540ee20e1
Use debugpy-adapter executable for nvim-dap-python 2025-05-15 00:56:51 -07:00
EJ
222c5e1ec1
Merge branch 'main' into fix-refactoring-keys 2025-05-14 16:05:37 -04:00
TheDSCPL
060b7ca704
Improve mason deps' assets resolution 2025-05-14 09:14:30 +00:00
Iordanis Petkakis
759e410984 remove unnecessary paths after William's suggestions 2025-05-14 12:10:32 +03:00
Iordanis Petkakis
64c4e501c6
Apply suggestions from code review
suggestions by @williamboman and @TheDSCPL

Co-authored-by: William Boman <william@redwill.se>
Co-authored-by: Luis Durão <kpvrzlzzx@mozmail.com>
2025-05-14 11:42:51 +03:00
Iordanis Petkakis
0585eeac05
Update lua/lazyvim/plugins/extras/lang/java.lua
Co-authored-by: William Boman <william@redwill.se>
2025-05-14 11:22:57 +03:00
Brian Lehrer
537c45fe45 feat(dap): enhance breakpoint editing
The key-mapping `<leader>dB` (in `lazyvim.plugins.extras.dap.core`) is now configured to guide users through the process of adding a `condition`, `hitCondition`, and `logMessage` to a breakpoint.

This also allows attributes that have already been set to be edited, instead of having to start from scratch each time you want to update one of these fields.

These breakpoints will persist for the duration of the session.

Tested with Neovim v0.11.1, and LazyVim/starter (803bc18)
2025-05-13 18:40:40 -07:00
Jackie Li
d25fb6899d
Merge branch 'main' into fix-luasnip-blink-snippet 2025-05-13 01:24:43 +08:00
github-actions[bot]
25abbf546d
chore(main): release 14.15.0 (#5623)
🤖 I have created a release *beep* *boop*
---


##
[14.15.0](https://github.com/LazyVim/LazyVim/compare/v14.14.0...v14.15.0)
(2025-05-12)


### Features

* **chezmoi:** enhance fzf-lua chezmoi picker and add snacks.dasbhoard
entry ([#5275](https://github.com/LazyVim/LazyVim/issues/5275))
([759a19e](759a19e785))
* **keymaps:** show lang when opening treesitter inspect
([9c59668](9c596681f6))
* **octo:** add support for snacks picker
([#5625](https://github.com/LazyVim/LazyVim/issues/5625))
([16a7724](16a772452a))
* **snippets:** mini.snippets standalone and blink.resubscribe
([#5507](https://github.com/LazyVim/LazyVim/issues/5507))
([f2f2aea](f2f2aea672))


### Bug Fixes

* **blink:** make sure to use `LazyVim.config.icons.kinds`
([#5668](https://github.com/LazyVim/LazyVim/issues/5668))
([771089f](771089f692))
* **blink:** remove unnecessary `sources` from `cmdline`
([#5620](https://github.com/LazyVim/LazyVim/issues/5620))
([5b94baa](5b94baa1d2))
* **copilot-chat:** switch from deprecated picker integrations
([#5707](https://github.com/LazyVim/LazyVim/issues/5707))
([b0334fd](b0334fd57c))
* **mason:** rename and pin to v1
([c20c402](c20c402295))
* **snacks.picker:** remove redundant leader-gc keymap. Closes
[#5646](https://github.com/LazyVim/LazyVim/issues/5646)
([606b964](606b96466e))

---
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-05-12 11:00:03 +02:00
Folke Lemaitre
6efced7b9f
Merge branch 'main' into fix/mason-v2 2025-05-12 10:42:20 +02:00
Folke Lemaitre
c20c402295
fix(mason): rename and pin to v1 2025-05-12 10:39:04 +02:00
Iordanis Petkakis
040be9b87a fix(mason): conform to v2 changes 2025-05-08 21:53:54 +03:00
Iordanis Petkakis
8a52e1bf75 fix(mason): conform to v2 changes 2025-05-08 20:17:39 +03:00
Jackie Li
c492dc69b7
fix luasnip + blink snippet expand 2025-05-07 16:17:03 +01:00
Young
8cab36306a feat: add <leader>sB mapping for FzfLua lines and update .gitignore 2025-05-06 05:40:50 +00:00
qizidog
f7fa768cf1 fix quotation mark 2025-05-02 16:40:12 +08:00
qizidog
0022142db0 feat(lang.python): supprot loading python path configured in neoconf 2025-05-02 16:33:36 +08:00
Võ Quang Chiến
6b69f7a882
Merge branch 'main' into lang/typst 2025-04-14 21:32:13 +07:00
maddawik
59eaaff3d1
fix(refactoring): update funcs to return, add expr=true, operator mode 2025-04-01 22:48:13 -04:00