Commit graph

50 commits

Author SHA1 Message Date
Anton Averchenkov
78cb3bb66d
fix(lualine): Add a space separator between progress & location in lualine (#285) 2023-02-17 07:18:59 +01:00
Folke Lemaitre
5d6f0d58d5
fix(notify): install notify when noice is not enabled 2023-02-14 21:56:09 +01:00
Folke Lemaitre
3af91550be
feat(bufferline): added keymaps to pin and delete non-pinned buffers. See #218 2023-02-09 14:37:37 +01:00
Folke Lemaitre
5f5a564a82
fix(plugins): lazy-loading on BufReadPre or BufReadPost, should also use BufNewFile. Fixes #169 2023-02-07 21:59:33 +01:00
Folke Lemaitre
320f5c6de7
fix(mini.indent): no need to disable indent in alpha dashboard config. Fixes #199 2023-02-07 16:46:48 +01:00
Folke Lemaitre
b81ecf9f7a
fix(nvim-navic): use kinds icons for navic. Fixes #164 2023-02-02 09:28:17 +01:00
Folke Lemaitre
c5b22c0832
fix(noice): scroll doc window in normal, insert and select mode 2023-01-29 21:17:28 +01:00
Matthis Kälble
835f77f3be
fix(lualine): fixed nei-tree extension (#132) 2023-01-25 19:01:55 +01:00
Folke Lemaitre
65fb26fe97
refactor: removed deprecation warnings from before 1.0.0 2023-01-25 09:00:33 +01:00
Folke Lemaitre
2ae2a63265
fix(bufferline): plugin was renamed from nvim-bufferline.lua -> bufferline.nvim. Fixes #128 2023-01-25 08:19:44 +01:00
Folke Lemaitre
94267fe266
refactor: removed noice deactivate 2023-01-24 13:40:48 +01:00
Folke Lemaitre
10f809784d
feat: added deactivate for neo-tree and noice 2023-01-24 08:39:41 +01:00
Folke Lemaitre
1ea6534ba4
fix(indent-blankline): load on BufReadPost to prevent neo-tree errors 2023-01-22 11:09:05 +01:00
Folke Lemaitre
354416f3d5
build: ugly code for generating lazyvim.github.io :) 2023-01-20 15:13:22 +01:00
Folke Lemaitre
3362f0abc4
feat(buffer)!: remove <leader>b[, <leader>b] in favor of ]b and [b 2023-01-19 14:16:03 +01:00
Folke Lemaitre
c2693e2d16
feat(keymaps): added [b and ]b to switch buffers 2023-01-19 13:59:49 +01:00
Folke Lemaitre
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
ueaner
40113b2639
style: format code (#53) 2023-01-13 09:14:25 +01:00
Andreas Gerlach
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
Folke Lemaitre
f8b77db51b
refactor(noice)!: noice keymaps are now under <leader>sn 2023-01-11 17:28:22 +01:00
Folke Lemaitre
2ea489c7ba
refactor: cleanup keymaps and fixed bnext/bprev when bufferline is disabled 2023-01-11 16:14:18 +01:00
Gregory Danielson III
207beafda2
fix(bufferline): load bufferline on VeryLazy event (#35) (#36) 2023-01-11 08:10:40 +01:00
Folke Lemaitre
701337fac8
feat(notify): delay notifs till replaced or at most 500ms to prevent more prompts 2023-01-10 23:00:56 +01:00
Folke Lemaitre
74063135d8
feat(notify): lazy-load nvim-notify to show proper notifs before Noice loads 2023-01-10 14:28:25 +01:00
Folke Lemaitre
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
Folke Lemaitre
77b5e9ab56
refactor: use opts everywhere, so any plugin config can now be extended 2023-01-08 16:13:22 +01:00
Folke Lemaitre
32de697753
refactor(ui): moved mini.starter to extras 2023-01-08 15:37:55 +01:00
Folke Lemaitre
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
Folke Lemaitre
38be71692f
feat(keymaps): added missing descriptions 2023-01-07 23:20:37 +01:00
Folke Lemaitre
62dc892d8e
feat(alpha): added shortcut to restore session 2023-01-06 21:43:05 +01:00
Folke Lemaitre
7306952f80
feat(lualine): better lualine with lazy.nvim updates and some noice components 2023-01-06 21:35:14 +01:00
Folke Lemaitre
bb388a28ff
refactor(navic): move navic to ui 2023-01-06 12:05:27 +01:00
Andreas Gerlach
d74759de76
feat(lualine): better lualine with git status, diagnostics and navic lsp information (#15) 2023-01-06 07:27:28 +01:00
fbearoff
694c1096d0
fix(indentscope): Turn off indentscope in Mason (#16) 2023-01-06 06:49:09 +01:00
Folke Lemaitre
4f0287793d
fix(mini): dont use version for indentscope and starter for now till 0.7.0 is released 2023-01-05 11:28:54 +01:00
Evgeni Chasnovski
5959734895
feat(mini.starter) Add 'mini.starter' as alternative start screen. (#6) 2023-01-05 11:14:41 +01:00
Folke Lemaitre
47fa58c2ed
feat(keymaps): added more keymaps 2023-01-04 21:34:49 +01:00
Folke Lemaitre
725bf0d00e
feat(which-key): added more group names 2023-01-04 13:05:04 +01:00
Folke Lemaitre
a893251079
fix(indentscope): added extra filetypes to exclude 2023-01-04 12:38:39 +01:00
Folke Lemaitre
04b772e3e4
feat: added mini.indentscope 2023-01-04 00:41:57 +01:00
Folke Lemaitre
aae683f868
fix(alpha): make alpha and lazy ui behave with each other 2023-01-03 21:05:44 +01:00
Folke Lemaitre
bf8f5b31f3
refactor: move api to ui and util 2023-01-03 21:05:22 +01:00
Folke Lemaitre
7a49913cf2
refactor: move icons to settings and add setup method for configs extending LazyVim (like my own dots) 2023-01-03 21:05:02 +01:00
Folke Lemaitre
79bb9e17da
feat(notify): added keymap to dismiss all notifications 2023-01-02 20:14:11 +01:00
Folke Lemaitre
93c5f84ebc
feat(alpha): load on VimEnter so we can track its performance 2023-01-02 17:39:21 +01:00
Folke Lemaitre
2d442fcf39
feat(indent-blankline): better defaults 2023-01-02 09:48:40 +01:00
Folke Lemaitre
7b9d409c2f
feat(bufferline): added siagnostic icons 2023-01-02 09:47:42 +01:00
Folke Lemaitre
4d2327dd1a
perf(dressing): lazy-load on vim.ui function call 2023-01-02 09:47:23 +01:00
Folke Lemaitre
bbd0a8a414
feat(notify): better defaults 2023-01-02 09:47:03 +01:00
Folke Lemaitre
8eb8d235c9
refactor: move everything under lazyvim 2023-01-01 14:33:56 +01:00
Renamed from lua/plugins/ui.lua (Browse further)