CRAG666 / code_runner.nvim

Neovim plugin.The best code runner you could have, it is like the one in vscode but with super powers, it manages projects like in intellij but without being slow
MIT License
539 stars 38 forks source link

The plugin does not load automatically on startup #44

Closed artistic-nucleus closed 2 years ago

artistic-nucleus commented 2 years ago

I have to manually reload Lvim's config once on every startup for the plugin to work. How can I set this plugin to load on startup?

NEX-S commented 2 years ago

you mean RunCode is not working?

artistic-nucleus commented 2 years ago

Runcode and Runfile work but the keybindings for them don't work unless config is reloaded

artistic-nucleus commented 2 years ago

So this is actually not Plugin's fault, I'm having a similar issue with other plugins. Maybe it is due to lazy loading. I'm new to this stuff, so if you still can help, it would be great. Closing the issue now.