lewis6991 / impatient.nvim

Improve startup time for Neovim
MIT License
1.19k stars 28 forks source link

mkdnflow.nvim not loaded correctly with impatient.nvim #67

Closed kraxli closed 2 years ago

kraxli commented 2 years ago

I have filed a bug report with mkdnflow.nvim issue 49 since the plugin is not working correctly. @jakewvincent was able to track the error down to impatient.nvim

packer.nvim: Error running config for mkdnflow.nvim: ...ck/packer/start/impatient.nvim/lua/impatient/profile.lua:216: attempt to index a nil value

Commenting out impatient.nvim solves the problem.

I am runngin Nvim 0.7 on Linux Mint 20/Ubuntu using Zsh-shell. My config is based on AstroNvim and you can find my personal config on nvim-config-astroVim/tree/mkdnflow_test

lewis6991 commented 2 years ago

Just disable profiling.

I won't be investigating this if there isn't a minimal testcase as I simply don't have the time.

kraxli commented 2 years ago

Sure I understand. After deleting any potential caching, it worked. Will investigate a bit further what the real root cause is

avucic commented 2 years ago

Sure I understand. After deleting any potential caching, it worked. Will investigate a bit further what the real root cause is

@kraxli

I have the same issue. How did you manage to fix that? What cache you deleted? I tried with LuaCacheClear..same thing..

kraxli commented 2 years ago

I have been able to solve it temporarily only and gave up - sorry for not been more helpful

rockneverdies55 commented 2 years ago

Same thing here. Will disable profiling :-(