Commit graph

160 commits

Author SHA1 Message Date
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
Jeff Davis
623297efa6
fix(which-key): add group description for folds (#2496)
Signed-off-by: Jeff Davis <mr.jefedavis@gmail.com>
2024-03-14 17:12:47 +01:00
Aman9das
1a417430fc
fix(neo-tree): Add description to "Y" in Neo-Tree (#2642)
It copies the path of the file/directory
2024-03-07 11:34:20 +01:00
Yi
54ae77e164
feat(telescope): add <leader>fg for finding files using git-files (#2353)
I found this to be more useful than the current <leader>ff and <leader>fF
2024-01-22 11:58:51 +01:00
Folke Lemaitre
eccf3b5e68
fix(neo-tree): better copy file name with Y 2024-01-21 21:32:09 +01:00
Folke Lemaitre
fbe478ae3f
fix: fixup for #2137 2024-01-21 20:02:11 +01:00
pr3c0g
5296d42e6a
feat(neo-tree): Adds copy file name command to Neo-Tree with 'Y' binding (#2137)
Co-authored-by: Ricardo Rebelo <ricardo.rebelo@siemens.com>
2024-01-21 19:53:57 +01:00
Sergey Kochetkov
f4ddb16b26
feat(gitsigns): update gitsigns.nvim preview command (#2178)
* chores(format.lua): Fix typo

* Change gitsigns.nvim hunk preview shortcut

Change `preview_hunk` to recently added `preview_hunk_inline` command
2024-01-21 19:49:41 +01:00
Folke Lemaitre
3986169823
fix(spectre): don't build nvim-spectre 2023-11-04 10:14:36 +01:00
Folke Lemaitre
99598ef7c7
feat(telescope): sort buffers with lastused and mru 2023-10-25 14:05:32 +02:00
Folke Lemaitre
ef5ec9a3bf
style: added trouble ft for the next gen trouble 2023-10-25 14:05:32 +02:00
Folke Lemaitre
53e1637a86
feat(dashboard): c on dahboard now opens telescope for config dir instead of useless init.lua 2023-10-15 09:16:52 +02:00
Phúc H. Lê Khắc
b31d71da9d
feat(neot-ree): add keymaps to toggle git & buffer (#1339) 2023-10-12 21:52:19 +02:00
Folke Lemaitre
eb7a7d7a8e feat(config): make kind filter configurable for telescope/aerial/... 2023-10-12 11:48:02 +02:00
Folke Lemaitre
8fbde2c366 fix(neo-tree): during init check global argslist instead of window-local 2023-10-12 11:48:02 +02:00
Folke Lemaitre
a2d604928b feat(root): customizable root detection and :LazyRoot command 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
44984dcbe2
feat(telescope): add telescope-fzf-native by default. Will only be enabled if make is on your system. 2023-10-09 22:28:09 +02:00
Folke Lemaitre
c0ce89fe62
feat(telescope): smarter way to determine the window to open a file in 2023-10-09 20:11:45 +02:00
Folke Lemaitre
54df3e26ac
feat(bufremove): ask to save changes before trying to remove a buffer 2023-10-06 18:43:54 +02:00
Latif Sulistyo
f1ea518e29
fix(which-key): change surround group key (#1598) 2023-10-06 09:02:45 +02:00
Folke Lemaitre
936d74bb61
perf: added support for LazyFile event that properly loads file based plugins without blocking the ui 2023-10-04 10:45:10 +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
9935dc3944
fix: cleanup all Neovim < 0.9.0 code 2023-10-01 14:18:25 +02:00
Folke Lemaitre
9762e7e431
feat(neo-tree): added support for LSP renaming to NeoTree 2023-09-29 14:14:57 +02:00
Folke Lemaitre
6b05ed7dcd
fix: remove deprecated leap/flit code checks 2023-09-29 12:00:56 +02:00
Folke Lemaitre
d012a1acb8
docs(telescope): documented Telescope find files. Fixes #1425 2023-09-28 11:24:20 +02:00
Folke Lemaitre
017582c05a
fix(telescope): typo 2023-09-28 11:10:25 +02:00
Maria José Solano
13bf7977a4
fix(telescope): replace anonymous functions in mappings by named functions (#1294) 2023-09-28 11:08:43 +02:00
Antoine Büsch
b220e54159
fix(telescope): add enums and consts to search symbols (#1512) 2023-09-28 08:41:55 +02:00
Sam Amis
6b2c648878
feat(telescope): allow word and selection searches (#1096)
Changes the current normal-mode mappings <leader>sw / <leader>sW to only
display matches surrounded by word boundaries. Also adds the equivalent
visual-mode mappings to allow searching for the current selection.

Selection searching does not consider word boundaries, so highlighting a
single word and searching for it will produce the same results as the
word-under-cursor searching did before this change. This allows the user
to easily choose whether or not to include word boundaries in their
search.
2023-07-22 09:15:14 +02:00
qizidog
fc50c055c3
feat: add a keybind to search register (#1170)
use `<leader>"` to search register through telescope
2023-07-20 23:40:23 +02:00
Tom MacWright
f2459bd70e
docs: Improve summary documentation of deps (#1159) 2023-07-19 13:14:07 +02:00
Iordanis Petkakis
69bb89184f
feat(neo-tree): update to v3.x and change follow_current_file to a … (#1143)
* feat(neo-tree): update to v3.x and change `follow_current_file` to a table and enable it

* fix(neo-tree): remove nerd font v3 icons

* fix(neo-tree): remove legaccy commands

---------

Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2023-07-16 08:41:45 +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
9c120b5ef7
Revert "fix: leap nvim required by flit (#1046)"
This reverts commit dee8dc318e.
2023-07-04 08:25:38 +02:00
Radvil
dee8dc318e
fix: leap nvim required by flit (#1046)
step to reproduce
- disable leap.nvim
- add custom config for flash (not using one from the extras)
- open file type "f", error shown "module leap is missing"

Co-authored-by: Radvil <radvil@@access-mobile.com>
2023-07-03 15:41:16 +02:00
Folke Lemaitre
0b99c9f788
fix(neo-tree): updated some icons to use Nerd Fonts v3. Fixes #957 2023-06-22 10:34:28 +02:00
Folke Lemaitre
448d502947
fix(qf): better error message. Fixes #892 2023-06-08 07:54:14 +02:00
Folke Lemaitre
56f092f1a8
feat: added extra for edgy.nvim 2023-06-05 19:29:11 +02:00
Folke Lemaitre
bb4a7fe410
fix(spectre): make spectre behave with regards to swap files 2023-06-03 10:49:58 +02:00
Folke Lemaitre
419086e8a3
feat(neo-tree): enabled document_symbols for neo-tree 2023-06-03 10:49:58 +02:00
Folke Lemaitre
08422bf559
perf(illuminate): on large files >2000 lines, enable lsp references only 2023-06-02 00:10:02 +02:00
Folke Lemaitre
877e63ca8e
fix(telescope): use last-known telescope commit to work on Neovim 0.8.0 when running in Neovim 0.8.0 2023-05-25 18:33:59 +02:00
Folke Lemaitre
78354a1e5e
fix(telescope): keep current prompt when switching to hidden/no_ignore 2023-05-18 09:46:46 +02:00
Folke Lemaitre
7b9145c12d
fix(spectre): use new url by default 2023-04-24 08:45:40 +02:00
you-n-g
6c334fed6a
feat(telescope): added keymap for recent files in the current directory. (#669)
* Support MRU in current directory.

* Update editor.lua

* fix(telescope): use cwd for oldfiles for consistency with other commands

---------

Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2023-04-24 08:38:42 +02:00
Folke Lemaitre
ad214af54d
feat(neo-tree): refresh neotree git status when closing a lazygit terminal 2023-04-21 23:42:30 +02:00
Folke Lemaitre
a94f7afdeb
fix(telescope): typo 2023-04-17 08:49:38 +02:00