Disable vim plugin for vscode
This commit is contained in:
parent
2352c98316
commit
1e37ae613d
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue