Skip to content

Setup Neovim

Actions
Setup Neovim on GitHub Actions
v1.1.0
Latest
Star (6)

Tags

 (2)

Setup Neovim - GitHub Action

Setup Neovim on Github Actions.

Usage

See action.yml

Basic (stable release):

steps:
  - uses: actions/checkout@v2
  - uses: MunifTanjim/setup-neovim-action@v1
  - run: |
      nvim --version

Specific Tag:

steps:
  - uses: actions/checkout@v2
  - uses: MunifTanjim/setup-neovim-action@v1
    with:
      tag: nightly
  - run: |
      nvim --version

For list of available tags, check: https://github.com/neovim/neovim/tags

Compile from Source:

steps:
  - uses: actions/checkout@v2
  - uses: MunifTanjim/setup-neovim-action@v1
    with:
      tag: source
  - run: |
      nvim --version

License

Licensed under the MIT License. Check the LICENSE file for details.

Setup Neovim is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Setup Neovim on GitHub Actions
v1.1.0
Latest

Tags

 (2)

Setup Neovim is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.