THIS IS A TEST INSTANCE ONLY! REPOSITORIES CAN BE DELETED AT ANY TIME!
This website requires JavaScript.
Explore
Help
Sign In
hiifong
/
LazyVim
Watch
1
Star
0
Fork
0
You've already forked LazyVim
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
308
Commits
23
Branches
309
Tags
c2693e2d16ffc7f082d7b22b0da2d448a34b3778
Commit Graph
7 Commits
Author
SHA1
Message
Date
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