diff options
author | Marvin Borner | 2020-03-17 23:00:37 +0100 |
---|---|---|
committer | Marvin Borner | 2020-03-17 23:00:37 +0100 |
commit | eb4fbe62bb1f24a1bae63792b234d1265c205091 (patch) | |
tree | a915642e7697ac2d39097592f8b13f247f57b42d /.config/nvim/plugged/vim-airline-themes/.github | |
parent | 0e9ddbb0bf0cd34500155ea4b03de2e2a38d8ab2 (diff) |
Wht did I spend my whole day on a awesome vim config? :)
Diffstat (limited to '.config/nvim/plugged/vim-airline-themes/.github')
-rw-r--r-- | .config/nvim/plugged/vim-airline-themes/.github/ISSUE_TEMPLATE.md | 24 | ||||
-rw-r--r-- | .config/nvim/plugged/vim-airline-themes/.github/workflows/reviewdog.yml | 22 |
2 files changed, 0 insertions, 46 deletions
diff --git a/.config/nvim/plugged/vim-airline-themes/.github/ISSUE_TEMPLATE.md b/.config/nvim/plugged/vim-airline-themes/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index fb8d575..0000000 --- a/.config/nvim/plugged/vim-airline-themes/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,24 +0,0 @@ -#### environment - -- vim: ???? -- vim-airline: ???? -- colorscheme: ???? -- OS: ???? -- Have you reproduced with a minimal vimrc: ??? -- What is your airline configuration: ??? -if you are using terminal: -- terminal: ???? -- $TERM variable: ??? -- color configuration (:set t_Co?): -if you are using Neovim: -- does it happen in Vim: ??? - -#### actual behavior - -???? - -#### expected behavior - -???? - -#### screen shot (if possible) diff --git a/.config/nvim/plugged/vim-airline-themes/.github/workflows/reviewdog.yml b/.config/nvim/plugged/vim-airline-themes/.github/workflows/reviewdog.yml deleted file mode 100644 index 1e0d8df..0000000 --- a/.config/nvim/plugged/vim-airline-themes/.github/workflows/reviewdog.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: reviewdog - -on: - push: - branches: - - master - pull_request: - branches: - - master - -jobs: - vint: - name: runner / vint - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: vint - uses: reviewdog/action-vint@v1 - with: - github_token: ${{ secrets.github_token }} - level: error - reporter: github-pr-check |