Today CopilotChat.nvim has too hight startuptime (80ms).
I think I will send a pull request that refactor it a bit to lower startuptime. In the main file (init.lua), I will make it not require any other module at script level (but only in function level). This is to avoid unnecessarily loading all modules at startuptime. What do you think?
Today CopilotChat.nvim has too hight startuptime (80ms).
I think I will send a pull request that refactor it a bit to lower startuptime. In the main file (init.lua), I will make it not require any other module at script level (but only in function level). This is to avoid unnecessarily loading all modules at startuptime. What do you think?