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
ec3dba20af
feat(noice): added support for fzf-lua. Closes #3596
2024-06-12 07:44:47 +02:00
6ab404134d
feat(extras): added fzf-lua ( #3555 )
...
New extra with an initial implementation of fzf-lua.
## Todo
- [x] check all places that currently depend on telescope and provide an
alternative or disable
- [x] disable telescope spec completely. (currently only removed its
keymaps)
- [x] trouble integration
- [x] https://github.com/ibhagwan/fzf-lua/issues/1241
---------
Co-authored-by: Iordanis Petkakis <12776461+dpetka2001@users.noreply.github.com >
2024-06-10 21:58:33 +02:00
4d8d597a3f
fix(lualine): don't override user's laststatus setting. See #3486
2024-06-06 11:16:36 +02:00
8010f50aa5
fix(which-key): use new which-key support for native group keymaps (nop)
2024-06-06 10:46:56 +02:00
bac4bba016
feat(bufferline): allow custom icons for filetypes
2024-06-06 10:46:56 +02:00
1806ea710f
feat(bufferline): add keymaps for BufferLineMovePrev / BufferLineMoveNext ( #1935 )
...
* Add mappings for BufferLineMovePrev / BufferLineMoveNext
* Change to '[B' and ']B'
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2024-06-05 16:11:16 +02:00
c52242b05b
style: format
2024-06-05 13:42:15 +02:00
c50018b791
feat(editor): added extra for inc-rename.nvim ( #3432 )
...
* feat(editor-extra): Add inc-rename
* fix: refactor and moved noice integration
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2024-06-04 09:51:36 +02:00
4d706f1bdc
fix(ui): fix incorrect colors on change colorscheme (lualine) ( #3431 )
2024-06-03 10:30:57 +02:00
6c3fd9fedf
fix: hack for dashboard.nvim so that it shows errors when exiting
2024-06-03 07:12:17 +02:00
abc6554e24
fix(ui): remove old alpha.nvim warning
2024-05-31 16:49:47 +02:00
d02b73d72a
fix(ui): allow to disable the trouble lualine component with vim.g.trouble_lualine = false
( #3391 )
...
* fix(ui): do not add trouble to lualine when aerial is enabled
* refactor: make trouble lualine an option
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2024-05-31 14:07:55 +02:00
95d055dcf7
feat: trouble v3
2024-05-30 14:41:13 +02:00
ea1c3ad6b4
fix(bufferline): unpin bufferline with 0.9.x compatibility ( #3252 )
2024-05-20 19:53:49 +02:00
573aa226f9
fix(bufferline): pin bufferline to older version on 0.9.x for now
2024-05-19 19:44:37 +02:00
4614666d1e
fix(ibl): remove ibl fix since it's been fixed upstream
2024-05-18 21:53:26 +02:00
72abb893ac
fix(bufferline): force update bufferline after BufDelete
. Closes #3197
2024-05-18 11:32:50 +02:00
3a193d3aa8
fix(indent-blankline): temp fix for tbl_flatten
on 0.9.x
2024-05-18 11:28:06 +02:00
2e1c945f61
fix(bufferline): correctly configure bufferline to use the new bufremove util
2024-05-17 14:27:00 +02:00
69e6daae2c
feat(ui)!: move mini.indentscope
to an extra
2024-05-16 21:25:51 +02:00
914ca4a455
feat(noice): added keymap <leader>snt
to show Noice messages in telescope. Fixes #1306
2024-05-15 15:53:19 +02:00
30c9e4718a
fix(ui): don't lazy-load dashboard-nvim ( #3107 )
...
As https://github.com/nvimdev/dashboard-nvim/pull/450 , dashboard-nvim
shouldn't be lazy-loaded to properly handle stdin
2024-05-12 09:57:29 +02:00
eb9f9a8862
fix(keymaps): update all keymap descriptions to be Title Case ( #2844 )
2024-03-27 08:56:44 +01:00
f3655c33a3
perf(notify): disable animation notifications. too big impact on performance for too little benefit
...
To keep using animations, you can set stages = fade_in_slide_out for the
nvim-notify plugin
2024-03-26 17:35:27 +01:00
7a5dbeae75
feat: use LazyVim everywhere instead of require("lazyvim.util")
2024-03-22 09:15:09 +01:00
66b3c0a19f
feat(ui): dashboard files searches git files if in git repo ( #2240 )
...
just like `<leader>ff` keymap for telescope
2024-03-07 12:11:26 +01:00
09eafc60ef
fix(mini.indentscope): remove duplicated filetype ( #1871 )
2023-10-25 20:00:01 +02:00
ef5ec9a3bf
style: added trouble ft for the next gen trouble
2023-10-25 14:05:32 +02:00
98b51a608c
style(dashboard): make layout exactly the same as before
2023-10-19 07:52:47 +02:00
d73aee4a93
feat(dashboard): remove unnecessary brackets from keys ( #1791 )
2023-10-19 07:45:03 +02:00
5c1656729a
fix(dashboard): config shortcut when opening dashboard again. Fixes #1768
2023-10-17 18:28:06 +02:00
fef0b3f756
fix(ui): fix BufferLineClose commands ( #1756 )
...
BufferLine has capital letter l
2023-10-16 17:19:52 +02:00
8c726cd166
feat(lualine): use gitsigns for diff source ( #1744 )
...
Co-authored-by: edshamis <pc>
2023-10-16 07:44:10 +02:00
c3daced11c
feat(ui): add keymap to close other buffers ( #1743 )
...
* feat(ui): add keymap to close other buffers
* refactor
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2023-10-16 07:35:57 +02:00
8af7309c7e
feat(lualine): pretty_path now highlights file basename when modified
2023-10-15 22:37:49 +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
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
ce74e28464
feat(starter): added Lazy Extras to mini.starter
2023-10-12 11:48:02 +02:00
1c34af7f01
feat(mini.starter): adding mini.starter to lualine disabled files ( #1667 )
2023-10-12 11:48:02 +02:00
13dbe4ad55
perf(lualine): get rid of lualine's weird lualine_require
2023-10-12 11:48:02 +02:00
8d7361c460
feat(root): cached pretty path function for statuslines
2023-10-12 11:48:02 +02:00
305e82f2ca
feat(navic): moved navic to extras
2023-10-12 11:48:02 +02:00
5bb74205a0
feat(dashboard): added LazyExtras shortcut to dashboard/alpha
2023-10-12 11:48:02 +02:00
7fb79486ed
fix(notify): set default zindex=100
2023-10-12 11:48:02 +02:00
83734675b0
fix(lualine): when opening nvim with a file, show an empty statusline till lualine loads
2023-10-12 11:48:02 +02:00
4cbe42cd24
feat(starter)!: dashboard.nvim
is now the default starter. To keep using alpha.nvim
, enable the extra.
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
9670c8a400
feat(dashboard): show loaded/count plugins on dashboard instead of just count
2023-10-09 12:49:33 +02:00
dd55cbdc99
fix(lualine): only show statusline as soon as lualine loads
2023-10-08 23:27:46 +02:00