07ab681b1d
feat(project): add fzf-lua keymap descriptions ( #3690 )
...

Co-authored-by: 肖健正 <xiaojianzheng@qq.com >
2024-06-18 18:47:40 +02:00
f24999fd36
feat(project): add some fzf-lua keymap ( #3666 )
...
- `ctrl-s` search_in_project_files
- `ctrl-w` change_working_directory
- `ctrl-d` delete_project
- `ctrl-r` recent_project_files
Co-authored-by: 肖健正 <xiaojianzheng@qq.com >
2024-06-16 07:21:30 +02:00
f28937b0c5
feat(project): ctrl-t opens project in tab
2024-06-15 12:22:09 +02:00
39a908c9fa
feat(pick): move pickers to extras (telescope still the default) ( #3606 )
...
## What is this PR for?
Refactoring of pickers in LazyVim:
- [x] telescope moved to extras
- [x] dressing was moved to the telescope extra. Not needed with fzf-lua
and noice
- [x] when none of the two is enabled, then telescope will be enabled
- [x] when using `:LazyExtras` to enable fzf-lua, the telescope spec
will never be parsed
- [x] when not using `:LazyExras`, the spec will be parsed, but one of
the two will be disabled.
- [x] only one picker extra can be used to prevent issues
- [ ] cleanup lsp keymaps
2024-06-13 06:07:02 +02:00
d82c11f889
fix(project): telescope name
2024-06-12 20:55:51 +02:00
4b9e4edbb1
fix(project): add fzf-lua integration. Fixes #3609
2024-06-12 18:18:17 +02:00
7a5dbeae75
feat: use LazyVim everywhere instead of require("lazyvim.util")
2024-03-22 09:15:09 +01:00
786a061eaa
style(dashboard): remove unnecessary brackets from keys, including extras ( #1809 )
...
* style(dashboard): remove unnecessary brackets from keys, including the p key from the project extras
* review Folke
---------
Co-authored-by: abeldekat <abel@nomail.com >
2023-10-20 13:27:10 +02:00
7d8b3e8ef9
fix(project): don't let project.nvim
change the cwd. Leads to too much confusion
2023-10-18 11:38:57 +02:00
ff9bf005b6
fix(dashboard-nvim): repository has moved to nvimdev/dashboard-nvim ( #1715 )
...
* fix(dashboard-nvim) repository has moved to nvimdev/dashboard-nvim
* fix(dashboard): automatically rename dashboard.nvim
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2023-10-14 13:21:30 +02:00
0955129796
fix(project): make sure to load telescope extension after telescope ran setup
2023-10-09 22:11:17 +02:00
6f1cdfe4bd
feat(dashboard): add projects if enabled ( #1595 )
2023-10-05 15:59:44 +02:00
f8982332be
feat(project): add to mini.starter ( #640 )
...
* feat(project): add to mini.starter
* fix(project): make alpha and mini.starter optional
2023-05-22 20:30:18 +02:00
5264909b54
fix(project): load on VeryLazy otherwise projects wont be loaded when opening Telescope
2023-04-20 08:29:22 +02:00
7fe0d5c7c7
feat(extras): added project management ( #300 )
...
* feat(project): add project management
* refactor: moved project to extras
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2023-04-20 08:14:21 +02:00