Disable vim plugin for vscode

This commit is contained in:
Erwin Boskma 2023-03-08 17:08:11 +01:00
parent 2352c98316
commit 1e37ae613d
Signed by: erwin
SSH key fingerprint: SHA256:CyeNoWXd3kjX2Nwu6pDxxdS7OqmPVOy0NavA/KU/ntU
2 changed files with 2 additions and 1 deletions

View file

@ -55,7 +55,7 @@ in
# twxs.cmake
# vadimcn.vscode-lldb
# vscode-icons-team.vscode-icons
vscodevim.vim
# vscodevim.vim
wholroyd.jinja
xaver.clang-format
zxh404.vscode-proto3

View file

@ -71,6 +71,7 @@
"remote.SSH.useLocalServer": false,
"rust-analyzer.cargo.allFeatures": true,
"rust-analyzer.checkOnSave.command": "clippy",
"security.workspace.trust.enabled": false,
"shellcheck.customArgs": ["--enable=all"],
"shellcheck.enableQuickFix": true,
"tailwindCSS.emmetCompletions": true,