add emmet, buffer line to nvim, update vscode, del amfora & polybar weather script

This commit is contained in:
Smirnov Alexander 2021-05-30 19:25:02 +03:00
parent fcb370ba0b
commit a4532907b4
7 changed files with 81 additions and 150 deletions

View file

@ -1,38 +1,52 @@
{
"editor.fontFamily": "'Jetbrains Mono', 'Droid Sans Mono', 'monospace'",
"workbench.colorTheme": "Brackets Light Pro",
"workbench.panel.defaultLocation": "bottom",
"update.showReleaseNotes": false,
"window.menuBarVisibility": "hidden",
"workbench.sideBar.location": "right",
"editor.wordWrap": "off",
"editor.fontSize": 14,
"workbench.editor.untitled.hint": "hidden",
"workbench.iconTheme": "vs-minimal",
"explorer.compactFolders": false,
"explorer.confirmDragAndDrop": false,
"explorer.confirmDelete": false,
"editor.cursorSmoothCaretAnimation": true,
"editor.fontFamily": "'Jetbrains Mono', monospace",
"editor.hover.enabled": false,
"editor.lightbulb.enabled": false,
"editor.minimap.enabled": false,
"editor.smoothScrolling": true,
"editor.mouseWheelZoom": true,
"editor.formatOnPaste": false,
"editor.formatOnSave": true,
"editor.minimap.enabled": false,
"editor.tabCompletion": "on",
"editor.tabSize": 2,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"window.menuBarVisibility": "hidden",
"editor.wordWrap": "off",
"editor.fontSize": 14,
"editor.tabSize": 4,
"gitlens.codeLens.enabled": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"gitlens.codeLens.enabled": true,
"git.autofetch": true,
"git.confirmSync": false,
"git.enableSmartCommit": true,
"prettier.semi": false,
"extensions.ignoreRecommendations": true,
"tabnine.experimentalAutoImports": true,
"prettier.semi": false,
"html.format.enable": false,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.includeLanguages": {"javascript": "javascriptreact"},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.tabSize": 2,
},
"[javascriptreact]":{
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
},
"workbench.startupEditor": "none"
"editor.tabSize": 2,
}
}