improve startup time from >250ms to ~70ms
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
return {
|
||||
"ziontee113/icon-picker.nvim",
|
||||
dependencies = {
|
||||
"stevearc/dressing.nvim",
|
||||
},
|
||||
opts = {
|
||||
disable_legacy_commands = true,
|
||||
},
|
||||
'ziontee113/icon-picker.nvim',
|
||||
dependencies = {
|
||||
'stevearc/dressing.nvim',
|
||||
},
|
||||
event = { 'BufReadPre', 'BufNewFile' },
|
||||
opts = {
|
||||
disable_legacy_commands = true,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user