Updated alacritty, fish & vscode

This commit is contained in:
flof-ik 2022-03-01 15:26:51 +02:00
parent 574e426480
commit 2682329853
3 changed files with 14 additions and 2 deletions

View file

@ -44,6 +44,17 @@
"extensions.ignoreRecommendations": true,
"gitlens.codeLens.enabled": true,
"tabnine.experimentalAutoImports": true,
"vim.insertModeKeyBindings": [
{
"before": [
"j",
"k"
],
"after": [
"<Esc>"
]
}
],
// Languages
"go.lintOnSave": "package",
// "go.lintTool": "golangci-lint",
@ -75,4 +86,4 @@
"liveServer.settings.donotVerifyTags": true,
"diffEditor.ignoreTrimWhitespace": false,
"gitlens.hovers.currentLine.over": "line"
}
}