mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
chore(vscode): Updated profiles: Add VscodeVIM to each profile
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -37,30 +37,41 @@
|
|||||||
"terminal.integrated.fontSize": 15,
|
"terminal.integrated.fontSize": 15,
|
||||||
|
|
||||||
// Workbench - Everything that surrounds the editor
|
// Workbench - Everything that surrounds the editor
|
||||||
"workbench.colorTheme": "GitHub Dark Dimmed",
|
|
||||||
"workbench.iconTheme": "material-icon-theme",
|
"workbench.iconTheme": "material-icon-theme",
|
||||||
|
"workbench.colorTheme": "GitHub Dark Dimmed",
|
||||||
"workbench.startupEditor": "newUntitledFile",
|
"workbench.startupEditor": "newUntitledFile",
|
||||||
"workbench.sideBar.location": "right",
|
"workbench.sideBar.location": "right",
|
||||||
"workbench.colorCustomizations": {
|
"workbench.colorCustomizations": {
|
||||||
"tab.activeBackground": "#07f7af3f",
|
"tab.activeBackground": "#07f7af3f",
|
||||||
"tab.activeBorder": "#ffffff"
|
"tab.activeBorder": "#ffffff",
|
||||||
|
"statusBar.background": "#005f87",
|
||||||
|
"statusBar.noFolderBackground": "#005f87",
|
||||||
|
"statusBar.debuggingBackground": "#005f87",
|
||||||
|
"statusBar.foreground": "#ffffff",
|
||||||
|
"statusBar.debuggingForeground": "#ffffff"
|
||||||
},
|
},
|
||||||
"bookmarks.navigateThroughAllFiles": true,
|
|
||||||
"window.menuBarVisibility": "compact",
|
"window.menuBarVisibility": "compact",
|
||||||
"explorer.confirmDragAndDrop": false,
|
"explorer.confirmDragAndDrop": false,
|
||||||
"security.workspace.trust.untrustedFiles": "open",
|
"security.workspace.trust.untrustedFiles": "open",
|
||||||
|
|
||||||
// Project Manager
|
// Project Manager
|
||||||
"projectManager.git.baseFolders": [
|
"projectManager.git.baseFolders": [".git"],
|
||||||
".git"
|
|
||||||
],
|
|
||||||
|
|
||||||
// VIM & NeoVIM
|
// VIM & NeoVIM
|
||||||
"extensions.experimental.affinity": {
|
"extensions.experimental.affinity": {
|
||||||
"asvetliakov.vscode-neovim": 1
|
"asvetliakov.vscode-neovim": 1,
|
||||||
|
"vscodevim.vim": 1
|
||||||
},
|
},
|
||||||
//"vscode-neovim.useWSL": true,
|
"vim.showMarksInGutter": true,
|
||||||
//"vscode-neovim.neovimExecutablePaths.linux": "/home/pratik/downloads/nvim.appimage",
|
"vim.replaceWithRegister": true,
|
||||||
|
"vim.cursorStylePerMode.normal": "block",
|
||||||
|
"vim.cursorStylePerMode.replace": "block",
|
||||||
|
"vim.cursorStylePerMode.visual": "block",
|
||||||
|
"vim.cursorStylePerMode.visualblock": "block",
|
||||||
|
"vim.cursorStylePerMode.visualline": "block",
|
||||||
|
"vim.easymotion": true,
|
||||||
|
"vscode-neovim.useWSL": true,
|
||||||
|
"vscode-neovim.neovimExecutablePaths.linux": "/home/pratik/downloads/nvim.appimage",
|
||||||
|
|
||||||
// Debugging
|
// Debugging
|
||||||
"debug.toolBarLocation": "docked",
|
"debug.toolBarLocation": "docked",
|
||||||
@@ -84,6 +95,12 @@
|
|||||||
"[javascript]": {
|
"[javascript]": {
|
||||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||||
},
|
},
|
||||||
|
"[typescript]": {
|
||||||
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||||
|
},
|
||||||
|
"[typescriptreact]": {
|
||||||
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||||
|
},
|
||||||
"[csharp]": {
|
"[csharp]": {
|
||||||
"editor.defaultFormatter": "csharpier.csharpier-vscode"
|
"editor.defaultFormatter": "csharpier.csharpier-vscode"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user