Commit graph

15 commits

Author SHA1 Message Date
Folke Lemaitre
bc14e02a1f
feat: added extra for dap 2023-04-16 21:35:38 +02:00
Folke Lemaitre
02c5e8d953
fix(config): options cant be disabled with lazyvim config. Fixes #566 2023-04-16 11:34:35 +02:00
Folke Lemaitre
501474e421
fix(config): compat with lazy.nvim 2023-03-17 22:29:07 +01:00
Lc
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
Folke Lemaitre
6669e63368
feat(config): allow to disable loading of the default keymaps/autocmds/options. Fixes #238 2023-02-11 08:59:42 +01:00
Josh Medeski
a5755408dd
feat(icons): add copilot icon (#195) 2023-02-07 09:16:47 +01:00
Folke Lemaitre
2321847e72
refactor: move LazyVim init to core 2023-01-25 09:00:33 +01:00
Folke Lemaitre
bd4f350503
fix(config): return defaults when setup was not run yet. Fixes #126 2023-01-25 09:00:33 +01:00
Folke Lemaitre
318b56c1c4
fix(autocmds): load autocmds during startup when argc > 0. Fixes #34 2023-01-11 13:00:16 +01:00
Folke Lemaitre
e405023530
fix(options): use vim.opt and trigger Lazy ui reload when needed. Fixes #38 2023-01-11 12:56:07 +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
08f6375e4c
feat(colorscheme)!: LazyVim now loads the colorscheme configured with config.colorscheme. See the docs for more info 2023-01-10 11:14:27 +01:00
Folke Lemaitre
dcf520f3a7
refactor(config): moved loading of options, keymaps and autocmds to lazyvim.config 2023-01-10 11:14:27 +01:00
Folke Lemaitre
7b943822db
feat(config): show an error when the needed version of lazy.nvim is too old 2023-01-10 11:14:27 +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