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
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
eccf3b5e68
fix(neo-tree): better copy file name with Y
2024-01-21 21:32:09 +01:00
fbe478ae3f
fix: fixup for #2137
2024-01-21 20:02:11 +01:00
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
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
3986169823
fix(spectre): don't build nvim-spectre
2023-11-04 10:14:36 +01:00
99598ef7c7
feat(telescope): sort buffers with lastused and mru
2023-10-25 14:05:32 +02:00
ef5ec9a3bf
style: added trouble ft for the next gen trouble
2023-10-25 14:05:32 +02:00
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
b31d71da9d
feat(neot-ree): add keymaps to toggle git & buffer ( #1339 )
2023-10-12 21:52:19 +02:00
eb7a7d7a8e
feat(config): make kind filter configurable for telescope/aerial/...
2023-10-12 11:48:02 +02:00
8fbde2c366
fix(neo-tree): during init check global argslist instead of window-local
2023-10-12 11:48:02 +02:00
a2d604928b
feat(root): customizable root detection and :LazyRoot
command
2023-10-12 11:48:02 +02:00
c8c929c9fd
perf(util): split lazyvim.util in smaller separate modules
2023-10-12 11:48:02 +02:00
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
c0ce89fe62
feat(telescope): smarter way to determine the window to open a file in
2023-10-09 20:11:45 +02:00
54df3e26ac
feat(bufremove): ask to save changes before trying to remove a buffer
2023-10-06 18:43:54 +02:00
f1ea518e29
fix(which-key): change surround group key ( #1598 )
2023-10-06 09:02:45 +02:00
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
4ff51cd678
feat(mini.files): added lsp rename support to mini.files
2023-10-02 11:02:56 +02:00
9935dc3944
fix: cleanup all Neovim < 0.9.0 code
2023-10-01 14:18:25 +02:00
9762e7e431
feat(neo-tree): added support for LSP renaming to NeoTree
2023-09-29 14:14:57 +02:00
6b05ed7dcd
fix: remove deprecated leap/flit code checks
2023-09-29 12:00:56 +02:00
d012a1acb8
docs(telescope): documented Telescope find files. Fixes #1425
2023-09-28 11:24:20 +02:00
017582c05a
fix(telescope): typo
2023-09-28 11:10:25 +02:00
13bf7977a4
fix(telescope): replace anonymous functions in mappings by named functions ( #1294 )
2023-09-28 11:08:43 +02:00
b220e54159
fix(telescope): add enums and consts to search symbols ( #1512 )
2023-09-28 08:41:55 +02:00
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
fc50c055c3
feat: add a keybind to search register ( #1170 )
...
use `<leader>"` to search register through telescope
2023-07-20 23:40:23 +02:00
f2459bd70e
docs: Improve summary documentation of deps ( #1159 )
2023-07-19 13:14:07 +02:00
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
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
9c120b5ef7
Revert "fix: leap nvim required by flit ( #1046 )"
...
This reverts commit dee8dc318e
.
2023-07-04 08:25:38 +02:00
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
0b99c9f788
fix(neo-tree): updated some icons to use Nerd Fonts v3. Fixes #957
2023-06-22 10:34:28 +02:00
448d502947
fix(qf): better error message. Fixes #892
2023-06-08 07:54:14 +02:00
56f092f1a8
feat: added extra for edgy.nvim
2023-06-05 19:29:11 +02:00
bb4a7fe410
fix(spectre): make spectre behave with regards to swap files
2023-06-03 10:49:58 +02:00
419086e8a3
feat(neo-tree): enabled document_symbols for neo-tree
2023-06-03 10:49:58 +02:00
08422bf559
perf(illuminate): on large files >2000 lines, enable lsp references only
2023-06-02 00:10:02 +02:00
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
78354a1e5e
fix(telescope): keep current prompt when switching to hidden/no_ignore
2023-05-18 09:46:46 +02:00
7b9145c12d
fix(spectre): use new url by default
2023-04-24 08:45:40 +02:00
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
ad214af54d
feat(neo-tree): refresh neotree git status when closing a lazygit terminal
2023-04-21 23:42:30 +02:00
a94f7afdeb
fix(telescope): typo
2023-04-17 08:49:38 +02:00
df9547f432
fix(telescope): consistent keymap description. Fixes #600
2023-04-17 07:33:55 +02:00
df94a044ec
feat(which-key): easier integration for which-key group names
2023-04-16 21:33:55 +02:00
98775f5631
feat(telescope): add document/workspace diagnostics and todo/fixme telescope keymaps ( #557 )
2023-04-16 14:15:34 +02:00