- Video example
- Status
- Introduction
- Features
- Future Features
- Roadmap
- Install using Packer
- Avaible in
- Usage
Want to see status of plugin at any day? Thats file for u
Have you ever found yourself adding multiple dependencies to your code before installing them? Do you hate switching between your editor and terminal? 🤔
LazyDevHelper solves this problem! It's a Neovim plugin that lets you manage Python dependencies directly from your editor, eliminating the need to switch to the terminal. And plugin have Discord channel from now
✨ Install Python packages directly from Neovim.
✨ Manage dependencies without leaving your editor.
✨ Compatible with modern Neovim configurations.
- Will be added supporting Rust-, Lua- library manager.
- Code will be optimized better.
Check my TODO.md for upcoming features! Want to help? - contributions are welcome.
- vim.org
- dotfyle.com
- Awesome-NeoVim
- Soon will be in neovimcraft.
use {
'Silletr/LazyDevHelper',
config = function()
require("LazyDeveloperHelper")
end
}