diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-12-19 07:27:29 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-12-19 07:27:29 +0100 |
| commit | 40334d274db2883381cc7842aabc4c1cd3da9290 (patch) | |
| tree | b23cc0d10590da6ee127af08f1b871c1edbc92dd /test | |
| parent | 00fd5bbb537c368ccfc85ba29823e4d616c45d17 (diff) | |
| download | dotfiles-40334d274db2883381cc7842aabc4c1cd3da9290.tar.gz dotfiles-40334d274db2883381cc7842aabc4c1cd3da9290.tar.bz2 dotfiles-40334d274db2883381cc7842aabc4c1cd3da9290.zip | |
Added lsp on_attach for rust
Diffstat (limited to 'test')
| -rwxr-xr-x | test | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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=$? |
