Commit graph

48 commits

Author SHA1 Message Date
Gethin Davies
1df3c5d70b
fix(dial): Fix dial commands in Visual line+block (#2933) 2024-05-14 22:36:31 +02:00
Rubin Bhandari
73de8dde2b
feat(extras): add refactoring.nvim (#3040)
* feat(editor): add refactoring.nvim

More on:
https://github.com/ThePrimeagen/refactoring.nvim#features

* Update lua/lazyvim/plugins/extras/editor/refactoring.lua

Co-authored-by: Iordanis Petkakis <12776461+dpetka2001@users.noreply.github.com>

* Update lua/lazyvim/plugins/extras/editor/refactoring.lua

Co-authored-by: Iordanis Petkakis <12776461+dpetka2001@users.noreply.github.com>

* indent fixes

---------

Co-authored-by: Iordanis Petkakis <12776461+dpetka2001@users.noreply.github.com>
2024-05-12 22:12:05 +02:00
Folke Lemaitre
9da13ef7e8
fix(trouble-v3): fix telescope integration 2024-04-22 10:00:48 +02:00
Iordanis Petkakis
0fa63603af
fix(trouble_v3): keymap previous is deprecated, use prev instead (#2968) 2024-04-22 09:56:00 +02:00
Iordanis Petkakis
ceb4855b43
fix(trouble_v3): show error only when trouble_v3 is enabled (#2989) 2024-04-22 09:48:05 +02:00
Alan Alvarenga
79fed97f23
fix(harpoon): harpoon2 deprecated message (#2920)
* fix(config): harpoon2 deprecated message when adding new file to list and fix auto save on file list toggle

* fix: Update harpoon2.lua to add pleanery dep

* fix: no need for plenary deps here

---------

Co-authored-by: Alan Alvarenga <alan.alvarengamejia@telus.com>
Co-authored-by: Rubin Bhandari <roobin.bhandari@gmail.com>
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2024-04-22 09:45:59 +02:00
Rubin Bhandari
50b7f426f2
fix(harpoon): optimizes harpoon keys (#2877) 2024-03-29 14:51:56 +01:00
Folke Lemaitre
80a8b18be6
feat(trouble): enabled edgy 2024-03-29 07:27:55 +01:00
Folke Lemaitre
754467525b
feat(trouble): added <leader>cS to open a trouble list of all references / definitions / ... of the item under the cursor 2024-03-29 07:27:43 +01:00
Folke Lemaitre
3166236ff8
fix(mini.move): default mini.move setup already maps the correct keys 2024-03-29 00:21:52 +01:00
Folke Lemaitre
4ca0bf69dd
fix(trouble-v3): use the filtered symbols list for lualine 2024-03-28 23:55:41 +01:00
ammon134
8f1fb60f0a
feat(extras): use mini.move instead of native move (#2865) 2024-03-28 23:49:48 +01:00
Folke Lemaitre
e29c7acd2d
feat(extras): added extra for mini.diff 2024-03-28 23:41:54 +01:00
Folke Lemaitre
9a2f773090
fix(trouble): show message if use hasnt updated with Lazy yet after enabling the extra 2024-03-28 22:49:35 +01:00
Folke Lemaitre
bb6aa98cbf
feat(extras): added extra for the trouble.nvim v3 beta 2024-03-28 22:11:55 +01:00
Kevin Traver
eb9f9a8862
fix(keymaps): update all keymap descriptions to be Title Case (#2844) 2024-03-27 08:56:44 +01:00
Feliche-Demian Netliukh
76b037dcc1
feat(extras): add dial extra (#2798)
* feat: add dial extra

* refactor: removed print statements

* fix(extras): early return for dial extra

* refactor: dials_by_ft like conform, nvim-lint. Simplified buffer specific groups

---------

Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2024-03-26 20:26:08 +01:00
Folke Lemaitre
7a5dbeae75
feat: use LazyVim everywhere instead of require("lazyvim.util") 2024-03-22 09:15:09 +01:00
Folke Lemaitre
3a87c08cda
feat: use vim.uv everywhere instead of vim.loop 2024-03-22 09:02:34 +01:00
Dusty Phillips
991523431f
fix(mini.files): description for g. keybinding in mini.files (#2693)
If you press `g` in a mini.files menu, the `.` key shows up but doesn't have a description. This adds a desc attribute to the binding so the menu shows a correct description.
2024-03-14 17:12:23 +01:00
Nybkox
cae22baf08
feat(extras): add harpoon2 (#2455)
* feat(extras): add harpoon2

* Update lua/lazyvim/plugins/extras/editor/harpoon2.lua

Co-authored-by: Iordanis Petkakis <dpetka2001@gmail.com>

* chore: formatting

---------

Co-authored-by: Iordanis Petkakis <dpetka2001@gmail.com>
2024-03-07 12:07:38 +01:00
Alafate
a48b14eb3e
feat(symbols-outline): use outline.nvim instead of symbols-outline.nvim (#2535) 2024-03-07 11:53:06 +01:00
Folke Lemaitre
782fe0bef0
feat: disable kind_filter for markdown and help 2023-10-15 22:34:42 +02:00
Folke Lemaitre
bd1928ba59
fix(aerial): use new sep_icon option for aerial lualine component 2023-10-13 07:36:02 +02:00
Folke Lemaitre
b4ba5d881d feat(extras): added extra for symbols-outline.nvim 2023-10-12 11:48:02 +02:00
Folke Lemaitre
c7720275c3 fix(aerial): keymap 2023-10-12 11:48:02 +02:00
Folke Lemaitre
eedb4a3405 feat(ui): show optional plugins in a different color 2023-10-12 11:48:02 +02:00
Folke Lemaitre
b43c57d943 feat: added aerial extra with integrations for edgy, telescope and lualine 2023-10-12 11:48:02 +02:00
Folke Lemaitre
305e82f2ca feat(navic): moved navic to extras 2023-10-12 11:48:02 +02:00
Folke Lemaitre
c8c929c9fd perf(util): split lazyvim.util in smaller separate modules 2023-10-12 11:48:02 +02:00
Folke Lemaitre
d28c69e49e
feat(mini.surround)!: default surround mappings are now gs instead of gz (unless you enabled the leap extra) 2023-10-04 00:25:44 +02:00
Folke Lemaitre
4ff51cd678
feat(mini.files): added lsp rename support to mini.files 2023-10-02 11:02:56 +02:00
Folke Lemaitre
d03f708cd3
chore: removed flash extra since this is now the default 2023-09-28 11:22:19 +02:00
Folke Lemaitre
ae759b947b
feat(flash)!: Make flash.nvim the default jump plugin for LazyVim
Use the `editor.leap` extra if you rather want to use leap/flit
2023-07-13 08:18:02 +02:00
Folke Lemaitre
22c9477b96
feat(flash): use c-s in the cmdline to toggle flash 2023-07-06 15:51:31 +02:00
Folke Lemaitre
299aae3545
fix(flash): depraction warning 2023-07-06 15:21:45 +02:00
Folke Lemaitre
d1eb9c89d3
fix(mini.files): changed some window widths 2023-06-27 22:02:51 +02:00
Folke Lemaitre
c5759a451f
fix(flash): don't override R in normal mode 2023-06-27 22:02:51 +02:00
Folke Lemaitre
5e6a07200c
feat(flash): added treesiter search to show ts node labels around search matches 2023-06-26 21:35:03 +02:00
Folke Lemaitre
f6f8436fe8
feat(flash): enable flash in vscode 2023-06-25 19:50:33 +02:00
Folke Lemaitre
abfdab37ce
fix(flash): possible nil for telescope integration 2023-06-24 13:17:03 +02:00
Folke Lemaitre
12b57235a9
feat(flash): telescope integration. Use s in normal and <c-s> in insert mode 2023-06-24 13:14:23 +02:00
Folke Lemaitre
c3477ed81e
feat(flash): added remote flash 2023-06-23 16:02:02 +02:00
Phúc H. Lê Khắc
a080bc7667
feat(mini.files): "g." to toggle hidden files (#964) 2023-06-23 13:25:50 +02:00
Folke Lemaitre
5299522780
feat(mini.files): added extra keymap to open mini.files in the cwd 2023-06-22 16:29:45 +02:00
Folke Lemaitre
e624511fa2
feat(extras): added extra for mini.files 2023-06-22 16:17:54 +02:00
Folke Lemaitre
aa28119aa6
feat(flash): add treesitter to normal mode as well 2023-06-22 10:37:47 +02:00
Folke Lemaitre
318a4c8304
feat: added extra for flash.nvim 2023-06-21 10:51:04 +02:00