Closed wookayin closed 1 year ago
Merged. Migration of plugins config will be done gradually in the subsequent commits.
Note: UIEnter happens before VimEnter. Plugins that can be loaded lazily should be triggered on VeryLazy
which happens after VimEnter and the UI is drawn for the first time. See 20674aea85b0efa72a6bba3b14c4558302ef1e3a.
Migrate from vim-plug to lazy.nvim plugin manager.
Neovim 0.8.0 will be required. See the commit messages for more details.
Why?