Our great sponsors
-
jobs: tests: strategy: matrix: # os: [ubuntu-latest, windows-latest] os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/[email protected] - name: Install Neovim shell: bash run: | wget -q https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.deb -O /tmp/nvim.deb sudo dpkg -i /tmp/nvim.deb - name: Run Tests run: | nvim --version [ ! -d tests ] && exit 0 nvim --headless -u tests/init.lua -c "PlenaryBustedDirectory tests/ {minimal_init = 'tests/init.lua', sequential = true}" docs: runs-on: ubuntu-latest needs: tests if: ${{ github.ref == 'refs/heads/main' }} steps: - uses: actions/[email protected] - name: panvimdoc uses: kdheepak/[email protected] with: vimdoc: lazy.nvim version: "Neovim >= 0.8.0" demojify: true treesitter: true - name: Push changes uses: stefanzweifel/[email protected] with: commit_message: "chore(build): auto-generate vimdoc" commit_user_name: "github-actions[bot]" commit_user_email: "github-actions[bot]@users.noreply.github.com" commit_author: "github-actions[bot] " release: name: release if: ${{ github.ref == 'refs/heads/main' }} needs: - docs - tests runs-on: ubuntu-latest steps: - uses: google-github-actions/[email protected] id: release with: release-type: simple package-name: lazy.nvim - uses: actions/[email protected] - name: tag stable versions if: ${{ steps.release.outputs.release_created }} run: | git config user.name github-actions[bot] git config user.email github-actions[bot]@users.noreply.github.com git remote add gh-token "https://${{ secrets.GITHUB_TOKEN }}@github.com/google-github-actions/release-please-action.git" git tag -d stable || true git push origin :stable || true git tag -a stable -m "Last Stable Release" git push origin stable ```
-
tokyonight.nvim
🏙 A clean, dark Neovim theme written in Lua, with support for lsp, treesitter and lots of plugins. Includes additional themes for Kitty, Alacritty, iTerm and Fish.
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
neovim-plugin-boilerplate
🔌 Plug and play Neovim plugin boilerplate with pre-configured CI, CD, linter, docs and tests.
I recently created this template repository https://github.com/shortcuts/neovim-plugin-boilerplate which CI, release, tests and doc support. This CD script is exactly what I’m missing! Will definitely take a look, thanks!
-
It works like a [charm](https://github.com/Allaman/kustomize.nvim)! Thanks!
Related posts
- A Minimal Neovim Configuration for TypeScript Development featuring Lazy.nvim, LSP, Tree-Sitter, Prettier, Guess-Indent
- is there is a session manager plugin ?
- flatten.nvim - open files from a neovim terminal in your current neovim instance - no more nested neovim sessions!
- Tools for productivity
- mini.move - Move any selection in any direction