Skip to content

Add function for getting just the yaml key into the winbar #87

Add function for getting just the yaml key into the winbar

Add function for getting just the yaml key into the winbar #87

Workflow file for this run

---
on: [push, pull_request]
name: Tests
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
nvim-versions: ["stable", "nightly"]
name: Tests
steps:
- uses: rhysd/action-setup-vim@v1
with:
neovim: true
version: ${{ matrix.nvim-versions }}
- uses: actions/setup-node@v3
- run: npm install -g tree-sitter-cli
- uses: actions/checkout@v3
- run: nvim --headless -u tests/init.lua -c "PlenaryBustedDirectory tests/yaml_nvim { minimal_init = 'tests/init.lua' }"