1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-27 14:14:19 +03:00
vimr/bin
2023-11-22 13:47:59 +01:00
..
.gitignore Move third party scripts to bin and add an action for building deps 2021-12-12 17:06:19 +01:00
.python-version Add Python version 2021-12-11 18:22:27 +01:00
build_nightly.sh Adapt build scripts 2022-06-26 19:47:23 +02:00
build_nvimserver_for_local_dev.sh Build (mostly) stock neovim binary 2023-11-08 18:32:11 +01:00
build_release.sh Update snapshot appcast 2023-11-10 21:11:34 +01:00
build_vimr_dev.sh Implement VCS ignoring in Swift and use fzy to fuzzy match 2022-06-16 15:26:39 +02:00
build_vimr.sh Fix scripts for generating sources 2023-11-09 17:55:59 +01:00
generate_autocmds.py Fix scripts for generating sources 2023-11-09 17:55:59 +01:00
generate_cursor_shape.py Fix scripts for generating sources 2023-11-09 17:55:59 +01:00
generate_sources.sh Fix scripts for generating sources 2023-11-09 17:55:59 +01:00
notarize_vimr.sh Use the new notarytool 2022-11-20 11:26:06 +01:00
README.md Implement VCS ignoring in Swift and use fzy to fuzzy match 2022-06-16 15:26:39 +02:00
requirements.txt Add Python version 2021-12-11 18:22:27 +01:00
resources Add vimr-deps download script 2021-12-12 20:39:24 +01:00
set_appcast.py Fix appcast script 2023-11-04 20:03:28 +01:00
set_new_versions.sh Update release scripts 2023-11-22 13:47:59 +01:00
sign_vimr.sh Merge branch 'stock-nvim' of github.com:qvacua/vimr into stock-nvim 2023-11-08 09:42:05 -08:00

How to use

  • cd into ${PROJECT_ROOT}/bin, this directory.
  • Install pyenv and pyenv-virtuelenv.
  • Install Python 3.9.7 using pyenv.
  • Create a virtualenv with the name com.qvacua.VimR.bin.
  • Ensure that you're running the Python in the virtualenv by
    pyenv which python
    /${HOME}/.pyenv/versions/com.qvacua.VimR.bin/bin/python
    
  • Install the requirements
    pip install -r requirements.txt