mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
Updated alacritty, fish & vscode
This commit is contained in:
parent
574e426480
commit
2682329853
3 changed files with 14 additions and 2 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue