Avimitin / nvim

Useful, maintainable, multi-language supported neovim configuration.
https://avimitin.github.io/nvim
Apache License 2.0
273 stars 48 forks source link

latest commits break up fresh new setup #57

Closed towry closed 1 year ago

towry commented 1 year ago
nstalling packer to /Users/towry/.local/share/nvim/site/pack/packer/opt/packer.nvim
Error executing vim.schedule lua callback: /Users/towry/.config/nvim/lua/plugins/enhance/keymap.lua:146: module 'hydra' not found:

I was trying to reproduce another issue with fresh new repo, and encounter this error.

Originally posted by @towry in https://github.com/Avimitin/nvim/issues/41#issuecomment-1331743451

Avimitin commented 1 year ago

I make some mistake on the plugin load sequences. I need to rewrite the whole load process. Please wait.

Avimitin commented 1 year ago

It's currently fix by pcall to workaround in b0da945469d1d2f8228e44535fd76577bf4c18dc. But I don't think this is an elegant way. I want to rewrite the whole configuration but it is a huge code base needs to be changed. So it will need more time to finish.