mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-04 01:55:08 +02:00
more lazyload
This commit is contained in:
parent
89c1ad5e2e
commit
2006460016
5 changed files with 339 additions and 286 deletions
|
@ -17,10 +17,12 @@ O.extras = false
|
|||
O.leader_key = ' '
|
||||
|
||||
-- After changing plugin config it is recommended to run :PackerCompile
|
||||
O.plugin.hop.active = false
|
||||
O.plugin.dial.active = false
|
||||
O.plugin.hop.active = true
|
||||
O.plugin.dial.active = true
|
||||
O.plugin.dashboard.active = true
|
||||
O.plugin.matchup.active = false
|
||||
O.plugin.matchup.active = true
|
||||
O.plugin.colorizer.active = true
|
||||
O.plugin.numb.active = true
|
||||
|
||||
-- dashboard
|
||||
-- O.dashboard.custom_header = {""}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue