feat(plugins): Add file tree, Enable Lazy loading
I've tried to lazy load most the plugins to improve start up time. It has been greatly reduced, from more than 600ms to just around 100ms Bug: Line that shows up when you are inside a block(block-line) doesn't have color.
This commit is contained in:
parent
79b55158e1
commit
23e69634da
19 changed files with 151 additions and 78 deletions
|
|
@ -291,7 +291,7 @@ end
|
|||
|
||||
return {
|
||||
'goolord/alpha-nvim',
|
||||
dependencies = { 'nvim-tree/nvim-web-devicons' }, -- removing fortune from dependencies fixed the highlighting(only for predefined highlights)
|
||||
dependencies = { 'nvim-tree/nvim-web-devicons', config = true },
|
||||
lazy = false,
|
||||
config = function()
|
||||
local alpha = require("alpha")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue