Mofiqul / dracula.nvim

Dracula colorscheme for neovim written in Lua
MIT License
594 stars 103 forks source link

Startup time too slow #39

Closed bezlant closed 2 years ago

bezlant commented 2 years ago

Is it normal that this plugin takes 40ms to load? 2022-07-21-085814_1219x106_scrot

binhtran432k commented 2 years ago

@bezlant , Can you test this branch https://github.com/binhtran432k/dracula.nvim/tree/improve, which I'm rewriting this plugin using new neovim api (vim.api.nvim_set_hl). And I'm also testing this before creating new PR.