1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-04 07:53:17 +03:00
vimr/bin
George Harker c918c92aad fix build script
this changes in more recent platforms for reasons I don’t understand, however, for the current deployent os this is correct now.
2023-11-08 09:28:40 -08: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 Abort build release when NvimServer is not clean 2022-11-03 17:05:33 +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 build script 2023-11-08 09:28:40 -08:00
generate_autocmds.py Talk to external nvim without uibridge 2023-10-29 13:46:05 -07:00
generate_cursor_shape.py Talk to external nvim without uibridge 2023-10-29 13:46:05 -07:00
generate_sources.sh Generate sources 2022-06-26 18:28:01 +02: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 appcast and adapt release script 2022-06-16 15:51:12 +02:00
sign_vimr.sh update signing cert 2023-10-30 16:18:47 -07: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