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
838ce85ad6
fix(bufferline): fix bufferline when restoring a session
2023-10-08 23:00:25 +02:00
30d573502a
fix(alpha): reset laststatus when alpha unloads. Fixes #1623
2023-10-07 21:08:18 +02:00
3c92fa4eb0
perf(navic): enable lazy_update_context option to update context on "CursorHold" instead of of using default "CursorMove" ( #1620 )
...
Co-authored-by: Radvil <radvil@@access-mobile.com>
2023-10-07 20:42:33 +02:00
1eb019274b
fix(options): set default laststatus=3 and set it to 0 before loading dashboard to prevent flickering
2023-10-05 10:43:21 +02:00
7272b3e4b5
fix(bufferline): load bufferline on VeryLazy. Fixes #1587
2023-10-04 20:04:56 +02:00
1abcffbfd9
fix(alpha): use <cmd>
instead of :
for shortcuts
2023-10-04 16:44:29 +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
7c5a458761
fix(indent-blankline): set config.indent.tab_char
( #1552 )
...
See lukas-reineke/indent-blankline.nvim#665 .
2023-10-02 12:23:08 +02:00
a3011daf40
style: better plugin docs
2023-09-28 11:36:58 +02:00
74786c21d7
fix(ibl): use default hl groups
2023-09-28 10:54:30 +02:00
db86635e32
fix(indent-blankline): upgrade ibl config to v3
2023-09-28 07:41:00 +02:00
6323b419fd
docs: Add more documentation ( #1174 )
2023-07-20 23:16:13 +02:00
f2459bd70e
docs: Improve summary documentation of deps ( #1159 )
2023-07-19 13:14:07 +02:00
f54d95d965
fix(which-key): don't load which-key as a noice dep
2023-06-17 08:20:44 +02:00
15f5a229d9
fix(indentscope): dont use indentscope/blankline for lazyterm/toggleterm/notify
2023-06-03 10:49:58 +02:00
fc236b3a2a
feat(noice): route some undo messages to the mini view
2023-06-01 22:57:06 +02:00
a94ef5953a
fix(indent-blankline): don't load indent-blankline for nvim-notify
2023-05-29 22:28:28 +02:00
72b81553f3
fix(dashboard): center the LazyVim logo ( #845 )
...
* Center the LazyVim logo
This visually centers the LazyVim login on the starter page.
* fix(alpha): center logo
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2023-05-28 09:41:58 +02:00
a43d1b79f2
feat(noice): enable the inc_rename preset when inc_rename is availble
2023-05-18 08:22:08 +02:00
bd1ba54d13
fix(mini): lazy now supports mini plugins out of the box. no longer needed to have a custom config
2023-05-13 16:16:10 +02:00
2525b91313
feat(noice): send written notifications to the mini view instead of notify
2023-05-13 15:45:28 +02:00
a213da4430
feat(noice): use noice's improved entry doc view for cmp
2023-05-13 15:45:02 +02:00
ea4858874b
fix(mason): exclude filetype mason in indent-blankline.nvim ( #701 )
2023-05-02 21:29:52 +02:00
dc1d48f436
style: Change description of notify.dismiss() binding ( #675 )
2023-04-25 09:12:41 +02:00
3e46dd61cd
feat(bufferline): use mini.bufremove
to close a buffer ( #670 )
...
* feat(bufferline): use `mini.bufremove` to close a buffer
* fix(bufferline): don't force remove buffers
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2023-04-24 08:40:57 +02:00
4042614005
refactor: move lualine fg function to Util
2023-04-21 08:46:05 +02:00
38ad79d548
feat(dap): add more keybindings and lualine component ( #612 )
...
* feat(dap): add more keybindings and lualine component
* refactor(dap): changed some keymaps and sorted them
* refactor(lualine): added extra space for dap icon
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2023-04-18 20:23:39 +02:00