We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63554a3 commit 7ce9d4eCopy full SHA for 7ce9d4e
.github/workflows/vint.yml
@@ -0,0 +1,15 @@
1
+name: Vint
2
+on: [push]
3
+jobs:
4
+ vint:
5
+ name: vint
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - name: Checkout
9
+ uses: actions/checkout@v2
10
+ - name: Set up Python
11
+ uses: actions/setup-python@v2
12
+ - name: Setup dependencies
13
+ run: pip install vim-vint
14
+ - name: Lint Vimscript
15
+ run: vint .
README.markdown
@@ -1,5 +1,7 @@
# Indent Guides
+[](https://github.com/preservim/vim-indent-guides/actions?workflow=Vint)
+
Indent Guides is a plugin for visually displaying indent levels in Vim.
<img src="http://i.imgur.com/ONgoj.png" width="448" height="448" alt="" />
0 commit comments