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
0155de00ab
feat(noice): added keymap to dismiss all noice messages
2023-04-16 23:08:46 +02:00
df94a044ec
feat(which-key): easier integration for which-key group names
2023-04-16 21:33:55 +02:00
79fe0455a0
feat(lualine): added lazy extension
2023-03-31 13:05:36 +02:00
a7b25e13fa
fix(alpha): use AlphaFooter
highlight for footer section ( #461 )
2023-03-19 07:58:51 +01:00
cec000dfd8
fix(icons): replace obsolete icons ( #441 )
...
* fix(icons): replace obsolete icons
* fix(icons): bigger icons
* fix(icons): bigger folder icon
---------
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com >
2023-03-16 12:16:55 +01:00
d00aade8db
fix(alpha): larger session icon. Fixes #365
2023-03-02 14:17:57 +01:00
588dc5dd65
fix(icons): replace obsolete Nerd icons ( #331 )
2023-02-28 09:59:50 +01:00
d97bf66eed
fix(mini-indentscope): disable indentscope for filetypes during init. Fixes #318
2023-02-28 09:51:29 +01:00
78cb3bb66d
fix(lualine): Add a space separator between progress & location in lualine ( #285 )
2023-02-17 07:18:59 +01:00
5d6f0d58d5
fix(notify): install notify when noice is not enabled
2023-02-14 21:56:09 +01:00
3af91550be
feat(bufferline): added keymaps to pin and delete non-pinned buffers. See #218
2023-02-09 14:37:37 +01:00
5f5a564a82
fix(plugins): lazy-loading on BufReadPre or BufReadPost, should also use BufNewFile. Fixes #169
2023-02-07 21:59:33 +01:00
320f5c6de7
fix(mini.indent): no need to disable indent in alpha dashboard config. Fixes #199
2023-02-07 16:46:48 +01:00
b81ecf9f7a
fix(nvim-navic): use kinds icons for navic. Fixes #164
2023-02-02 09:28:17 +01:00
c5b22c0832
fix(noice): scroll doc window in normal, insert and select mode
2023-01-29 21:17:28 +01:00
835f77f3be
fix(lualine): fixed nei-tree extension ( #132 )
2023-01-25 19:01:55 +01:00
65fb26fe97
refactor: removed deprecation warnings from before 1.0.0
2023-01-25 09:00:33 +01:00
2ae2a63265
fix(bufferline): plugin was renamed from nvim-bufferline.lua -> bufferline.nvim. Fixes #128
2023-01-25 08:19:44 +01:00
94267fe266
refactor: removed noice deactivate
2023-01-24 13:40:48 +01:00
10f809784d
feat: added deactivate for neo-tree and noice
2023-01-24 08:39:41 +01:00
1ea6534ba4
fix(indent-blankline): load on BufReadPost to prevent neo-tree errors
2023-01-22 11:09:05 +01:00
354416f3d5
build: ugly code for generating lazyvim.github.io :)
2023-01-20 15:13:22 +01:00
3362f0abc4
feat(buffer)!: remove <leader>b[
, <leader>b]
in favor of ]b
and [b
2023-01-19 14:16:03 +01:00
c2693e2d16
feat(keymaps): added [b
and ]b
to switch buffers
2023-01-19 13:59:49 +01:00
6a3f3d3032
fix(plugins): fix the laziness of all plugins to still work as intended with config.defaults.lazy = false
. Fixes #67
2023-01-16 16:49:29 +01:00
40113b2639
style: format code ( #53 )
2023-01-13 09:14:25 +01:00
46dba8f67e
fix(keymaps): add missing wk entries for buffer switching; lowercase UI in menu ( #45 )
...
Co-authored-by: Andreas Gerlach <andreas.gerlach@xarvio.com >
2023-01-11 19:58:58 +01:00
f8b77db51b
refactor(noice)!: noice keymaps are now under <leader>sn
2023-01-11 17:28:22 +01:00
2ea489c7ba
refactor: cleanup keymaps and fixed bnext/bprev when bufferline is disabled
2023-01-11 16:14:18 +01:00
207beafda2
fix(bufferline): load bufferline on VeryLazy event ( #35 ) ( #36 )
2023-01-11 08:10:40 +01:00
701337fac8
feat(notify): delay notifs till replaced or at most 500ms to prevent more prompts
2023-01-10 23:00:56 +01:00
74063135d8
feat(notify): lazy-load nvim-notify to show proper notifs before Noice loads
2023-01-10 14:28:25 +01:00
36c84f47c9
feat(config)!: LazyVim can now be configured like any other plugin with {"LazyVim/LazyVim", opts = ... }. config.settings
is deprecated
2023-01-10 11:14:27 +01:00
77b5e9ab56
refactor: use opts
everywhere, so any plugin config can now be extended
2023-01-08 16:13:22 +01:00
32de697753
refactor(ui): moved mini.starter to extras
2023-01-08 15:37:55 +01:00
2135bc144c
refactor(plugins)!: plugins now use lazy.nvim's new opts
property to make it far easier to override options
2023-01-08 15:05:34 +01:00
38be71692f
feat(keymaps): added missing descriptions
2023-01-07 23:20:37 +01:00