├── README.md ├── compiler ├── actionlint.vim ├── asciidoc.vim ├── autohotkey.vim ├── bandit.vim ├── bibertool.vim ├── chktex.vim ├── clang-tidy.vim ├── clang.vim ├── cmakelint.vim ├── desktop-file-validate.vim ├── diction.vim ├── flake8.vim ├── gawkl.vim ├── gitleaks.vim ├── hadolint.vim ├── hlint.vim ├── lacheck.vim ├── latexmk.vim ├── latexrun.vim ├── lintr.vim ├── ltyc.vim ├── luac.vim ├── luacheck.vim ├── markdownlint.vim ├── pgsanity.vim ├── proselint.vim ├── pulp.vim ├── pwsh.vim ├── pycodestyle.vim ├── python.vim ├── sage.vim ├── sql-lint.vim ├── sqlfluff.vim ├── style-check.vim ├── style.vim ├── textidote.vim ├── tflint.vim ├── vale.vim └── vint.vim └── plugin └── compilers.vim /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-compilers/HEAD/README.md -------------------------------------------------------------------------------- /compiler/actionlint.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-compilers/HEAD/compiler/actionlint.vim -------------------------------------------------------------------------------- /compiler/asciidoc.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-compilers/HEAD/compiler/asciidoc.vim -------------------------------------------------------------------------------- /compiler/autohotkey.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-compilers/HEAD/compiler/autohotkey.vim -------------------------------------------------------------------------------- /compiler/bandit.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-compilers/HEAD/compiler/bandit.vim -------------------------------------------------------------------------------- /compiler/bibertool.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-compilers/HEAD/compiler/bibertool.vim -------------------------------------------------------------------------------- /compiler/chktex.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-compilers/HEAD/compiler/chktex.vim -------------------------------------------------------------------------------- /compiler/clang-tidy.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-compilers/HEAD/compiler/clang-tidy.vim -------------------------------------------------------------------------------- /compiler/clang.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-compilers/HEAD/compiler/clang.vim -------------------------------------------------------------------------------- /compiler/cmakelint.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-compilers/HEAD/compiler/cmakelint.vim -------------------------------------------------------------------------------- /compiler/desktop-file-validate.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-compilers/HEAD/compiler/desktop-file-validate.vim -------------------------------------------------------------------------------- /compiler/diction.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-compilers/HEAD/compiler/diction.vim -------------------------------------------------------------------------------- /compiler/flake8.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-compilers/HEAD/compiler/flake8.vim -------------------------------------------------------------------------------- /compiler/gawkl.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-compilers/HEAD/compiler/gawkl.vim -------------------------------------------------------------------------------- /compiler/gitleaks.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-compilers/HEAD/compiler/gitleaks.vim -------------------------------------------------------------------------------- /compiler/hadolint.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-compilers/HEAD/compiler/hadolint.vim -------------------------------------------------------------------------------- /compiler/hlint.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-compilers/HEAD/compiler/hlint.vim -------------------------------------------------------------------------------- /compiler/lacheck.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-compilers/HEAD/compiler/lacheck.vim -------------------------------------------------------------------------------- /compiler/latexmk.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-compilers/HEAD/compiler/latexmk.vim -------------------------------------------------------------------------------- /compiler/latexrun.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-compilers/HEAD/compiler/latexrun.vim -------------------------------------------------------------------------------- /compiler/lintr.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-compilers/HEAD/compiler/lintr.vim -------------------------------------------------------------------------------- /compiler/ltyc.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-compilers/HEAD/compiler/ltyc.vim -------------------------------------------------------------------------------- /compiler/luac.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-compilers/HEAD/compiler/luac.vim -------------------------------------------------------------------------------- /compiler/luacheck.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-compilers/HEAD/compiler/luacheck.vim -------------------------------------------------------------------------------- /compiler/markdownlint.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-compilers/HEAD/compiler/markdownlint.vim -------------------------------------------------------------------------------- /compiler/pgsanity.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-compilers/HEAD/compiler/pgsanity.vim -------------------------------------------------------------------------------- /compiler/proselint.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-compilers/HEAD/compiler/proselint.vim -------------------------------------------------------------------------------- /compiler/pulp.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-compilers/HEAD/compiler/pulp.vim -------------------------------------------------------------------------------- /compiler/pwsh.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-compilers/HEAD/compiler/pwsh.vim -------------------------------------------------------------------------------- /compiler/pycodestyle.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-compilers/HEAD/compiler/pycodestyle.vim -------------------------------------------------------------------------------- /compiler/python.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-compilers/HEAD/compiler/python.vim -------------------------------------------------------------------------------- /compiler/sage.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-compilers/HEAD/compiler/sage.vim -------------------------------------------------------------------------------- /compiler/sql-lint.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-compilers/HEAD/compiler/sql-lint.vim -------------------------------------------------------------------------------- /compiler/sqlfluff.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-compilers/HEAD/compiler/sqlfluff.vim -------------------------------------------------------------------------------- /compiler/style-check.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-compilers/HEAD/compiler/style-check.vim -------------------------------------------------------------------------------- /compiler/style.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-compilers/HEAD/compiler/style.vim -------------------------------------------------------------------------------- /compiler/textidote.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-compilers/HEAD/compiler/textidote.vim -------------------------------------------------------------------------------- /compiler/tflint.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-compilers/HEAD/compiler/tflint.vim -------------------------------------------------------------------------------- /compiler/vale.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-compilers/HEAD/compiler/vale.vim -------------------------------------------------------------------------------- /compiler/vint.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-compilers/HEAD/compiler/vint.vim -------------------------------------------------------------------------------- /plugin/compilers.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Konfekt/vim-compilers/HEAD/plugin/compilers.vim --------------------------------------------------------------------------------