Skip to content

Comamoca/neoenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Last commit Repository Stars Issues Open Issues Bug Issues

eyecatch

neoenv

Enviroment switching tool for Neovim



🍔English English text only

🚀 How to use

Note if you want to reset enviroment setting, please remove $XDG_CONFIG_HOME/neoenv/neoenv.

# switch enviroment
neoenv switch # print shell script

# add new enviroment
neoenv add ENV_NAME

# remove enviroment
neoenv remove # launch finder...

then apply shell scripts, use below command.

  • fish
    eval(neoenv switch)

  • bash/zsh
    eval `neoenv switch`

⬇️ Install

  • Use cargo
    cargo install --git github.com/comamoca/neoenv

⛏️ Development

cargo run

📝 Todo

  • add windows & pwsh support

📜 License

MIT

🧩 Modules

💕 Special Thanks