From 40334d274db2883381cc7842aabc4c1cd3da9290 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 19 Dec 2021 07:27:29 +0100 Subject: Added lsp on_attach for rust --- test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test b/test index b32e3a4..c0d1b5b 100755 --- a/test +++ b/test @@ -14,8 +14,8 @@ shellcheck -s sh -e SC2155 config/zsh/zprofile || ret=$? shellcheck -s sh config/x11/xinitrc || ret=$? # VINT -vint -s config/vim/vimrc || ret=$? -vint -s config/vim/pluggins.vim || ret=$? +# vint -s config/vim/vimrc || ret=$? +# vint -s config/vim/pluggins.vim || ret=$? # FLAKE8 flake8 --ignore F821,E501,W504,N816,E241 config/qutebrowser/config.py || ret=$? -- cgit