1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-09-11 17:15:34 +03:00
vimr/bin
2023-12-11 19:51:39 +01:00
..
neovim Set min. macOS version to v12 2023-12-11 19:51:39 +01:00
.python-version Add Python version 2021-12-11 18:22:27 +01:00
build_nightly.sh Remove Carthage 2023-11-24 11:25:36 +01:00
build_nvimserver.sh Use blocking vimenter request from Neovim to set up autocmd 2023-12-11 17:05:51 +01:00
build_release.sh Remove Carthage 2023-11-24 11:25:36 +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 Move neovim build scripts to /bin 2023-11-24 21:28:20 +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 Remove unused package 2023-11-25 15:32:08 +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 Fix set version script 2023-12-03 11:54:35 +01:00
setup_markdown_css.sh Remove Carthage 2023-11-24 11:25:36 +01:00
sign_vimr.sh Fix entitlements file path 2023-11-25 08:55:53 +01: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