doctorfree / nvim-lazyman

Neovim configuration manager and Lazy/Lua/Mason based Neovim config. Manage multiple Neovim configurations with the lazyman command. ☕
https://lazyman.dev
MIT License
246 stars 7 forks source link

suggestion: add NvimPY to lazyman #63

Open rdataforge opened 6 months ago

rdataforge commented 6 months ago

Repository here: Awesome Neovim configuration based on scientific Python + LaTeX needs! https://github.com/Dan7h3x/NvimPy

doctorfree commented 6 months ago

Nice find. This configuration already works fairly well (with one exception) using:

lazyman -C https://github.com/Dan7h3x/Nvimpy -N nvim-Py

The one exception is the dependency on nvim 0.10 by dropbar. There may also be some external dependencies that need to be installed (e.g. rubber). I will add this to my list of configs to check out and integrate.