chipsenkbeil / chipsenkbeil/distant.nvim

Improve plugin load speed

Open
#122 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Lua
Stars
1.4k
Forks
16
PR merge metrics
No merged PRs in 30d

Description

When first opening neovim with lazy.nvim, it seems like distant takes the most time to load of any plugin I use. I think this is because we're using `init.lua` to pre-load all of the modules. Instead, we should switch to using `require` calls to the specific module.

This seems to be much less of a painpoint when using `vim.loader.enable()` for neovim 0.9+, but still something to look into improving.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.