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 |
|