commit fff397560869e1a8fc605db026383a0d99e01f1d parent f64c0062ee716eb13d8a66250600a987821e2930 Author: Caleb Maclennan <caleb@alerque.com> Date: Tue, 31 Dec 2019 07:52:58 +0300 Configure Vint linter Diffstat:
| A | .vintrc.yaml | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-) diff --git a/.vintrc.yaml b/.vintrc.yaml @@ -0,0 +1,5 @@ +cmdargs: + severity: style_problem + color: true + env: + neovim: false
