Torin Rudeen
b110550393
fix(extras): migrate away from deprecated get_target_window()
in mini-files ( #4479 )
...
## Description
This method is deprecated in the most recent version of mini-files:
a3a9cce821/lua/mini/files.lua (L1060-L1068)
,
which causes a warning message to be displayed every time the
`<leader>wv` and similar commands are used from the mini file browser.
I've tested this change locally and it gets rid of the warning message.
## Screenshots
Warning message without this fix:
<img width="1355" alt="image"
src="https://github.com/user-attachments/assets/cf5dc674-6054-4cb2-9e9b-3b0bb03dd5ca ">
## Checklist
- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md )
guidelines.
2024-10-02 10:23:26 +02:00
Iordanis Petkakis
fe667b53c9
refactor(mini-files): mini-files ( #3538 )
...
Incorporate additional boolean logic when setting keymaps to avoid
creating `opts.mappings` table and leave that only from the user
configuration to change mappings.
2024-06-10 22:12:25 +02:00
Iordanis Petkakis
92106484ed
fix(mini.files): fix error about opts.mappings
( #3507 )
2024-06-06 20:52:40 +02:00
Dusty Phillips
393aa44e66
feat(mini.files): add cwd and vertical/horizontal keybindings to mini.files ( #2695 )
...
* Makes the toggle_hidden keybinding configurable via mappings
* Adds new mini.files keybindings for opening files in a vertical split,
with both go_in and go_in_plus modes (configurable via mappings)
* Adds new keybinding to change working directory from mini.files
(configurable via mappings)
Closes #2692
2024-06-05 23:22:14 +02:00
Kevin Traver
eb9f9a8862
fix(keymaps): update all keymap descriptions to be Title Case ( #2844 )
2024-03-27 08:56:44 +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
Folke Lemaitre
c8c929c9fd
perf(util): split lazyvim.util in smaller separate modules
2023-10-12 11:48:02 +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
d1eb9c89d3
fix(mini.files): changed some window widths
2023-06-27 22:02:51 +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