Skip to content

Too lazy for write "pip install -r requirements.txt", or "cargo add ...".. or maybe.. "luarocks install .." and writing it to requirements file? Thats site, and plugin for neovim for you

License

Notifications You must be signed in to change notification settings

Silletr/LazyDeveloperHelper

Repository files navigation

Lazy Developer Helper Awesome

Lua Python Stars PRs Welcome

Contents

Video example

Video example of commands

Status

Want to see status of plugin at any day? Thats file for u

Introduction

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

Features

✨ Install Python packages directly from Neovim.
✨ Manage dependencies without leaving your editor.
✨ Compatible with modern Neovim configurations.

Future Features

  • Will be added supporting Rust-, Lua- library manager.
  • Code will be optimized better.

Roadmap

Check my TODO.md for upcoming features! Want to help? - contributions are welcome.

Available in

Installation Methods

Install using Packer

  use {
    'Silletr/LazyDevHelper',
    config = function()
      require("LazyDeveloperHelper")
    end
  }

Usage

Command example: Command Example

Example output: Installation Output

About

Too lazy for write "pip install -r requirements.txt", or "cargo add ...".. or maybe.. "luarocks install .." and writing it to requirements file? Thats site, and plugin for neovim for you

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published