improve startup time from >250ms to ~70ms
This commit is contained in:
@@ -1,21 +1,25 @@
|
||||
return {
|
||||
"folke/zen-mode.nvim",
|
||||
opts = {
|
||||
window = { signcolumn = false },
|
||||
plugins = {
|
||||
options = { enabled = true },
|
||||
twilight = { enabled = true },
|
||||
gitsigns = { enabled = true },
|
||||
tmux = { enabled = true },
|
||||
todo = { enabled = true },
|
||||
alacritty = {
|
||||
enabled = true,
|
||||
font = "16",
|
||||
},
|
||||
kitty = {
|
||||
enabled = true,
|
||||
font = "+4",
|
||||
},
|
||||
'folke/zen-mode.nvim',
|
||||
dependencies = {
|
||||
'folke/twilight.nvim',
|
||||
},
|
||||
cmd = 'ZenMode',
|
||||
opts = {
|
||||
window = { signcolumn = false },
|
||||
plugins = {
|
||||
options = { enabled = true },
|
||||
twilight = { enabled = true },
|
||||
gitsigns = { enabled = true },
|
||||
tmux = { enabled = true },
|
||||
todo = { enabled = true },
|
||||
alacritty = {
|
||||
enabled = true,
|
||||
font = '16',
|
||||
},
|
||||
},
|
||||
}
|
||||
kitty = {
|
||||
enabled = true,
|
||||
font = '+4',
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user