1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-23 19:21:53 +03:00
vimr/bin
Tae Won Ha 886259462c
Merge branch 'master' into update-neovim
Conflicts:
	NvimServer
2022-06-28 21:08:52 +02: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 Update NvimServer 2022-06-28 20:52:54 +02:00
build_release.sh Tidy up temp runtime folder 2022-06-26 18:37:09 +02: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 Tidy up temp runtime folder 2022-06-26 18:37:09 +02:00
generate_autocmds.py Update neovim 2020-12-20 15:53:11 +01:00
generate_cursor_shape.py Update neovim 2020-12-20 15:53:11 +01:00
generate_sources.sh Generate sources 2022-06-26 18:28:01 +02:00
notarize_vimr.sh Update release notes 2021-02-20 16:02:13 +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 Adapt sparkle signing 2022-03-19 11:14:59 +01:00
set_new_versions.sh Update appcast and adapt release script 2022-06-16 15:51:12 +02:00
sign_vimr.sh Adapt code and scripts for Sparkle v2 2022-03-19 10:20:05 +01:00
wait_for_notarization.py Fix script 2020-11-17 19:39:45 +01:00
watch_nvimserver_and_build.sh Update neovim 2022-02-13 11:45:26 +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