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
6e01e8560e
feat(telescope): use the new dynamic workspace symbols ( #577 )
...
`lsp_workspace_symbols` may fail or return nothing when query is empty.
Use the new `lsp_dynamic_workspace_symbols` to dynamically query symbols
in the workspace.
Related: https://github.com/nvim-telescope/telescope.nvim/issues/964
Fixes: https://github.com/LazyVim/LazyVim/issues/576
2023-04-16 10:25:20 +02:00
57c2dcb3a3
feat(neo-tree): added expanders
2023-03-03 20:10:45 +01:00
16e4a3f8fd
fix(leap): unpin leap
2023-03-02 08:19:03 +01:00
f9b7406df9
feat(telescope): Add open selected with trouble keymap ( #357 )
2023-03-01 13:10:04 +01:00
787ceab031
fix(leap): pin leap for now till flit issue is fixed
2023-03-01 11:39:33 +01:00
59fa83653f
feat(keymaps): Add previous/next trouble/quickfix item keymap [q
, ]q
( #299 )
2023-02-28 11:31:35 +01:00
4b37723558
fix(git-signs): larger icons for delete
2023-02-28 10:01:53 +01:00
588dc5dd65
fix(icons): replace obsolete Nerd icons ( #331 )
2023-02-28 09:59:50 +01:00
cccdc1cacf
feat(telescope): add <leader>sS
for :Telescope lsp_workspace_symbols
( #309 )
2023-02-20 08:21:39 +01:00