mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
chore(vs-code): Config updates
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
"extensions.ignoreRecommendations": true,
|
"extensions.ignoreRecommendations": true,
|
||||||
|
|
||||||
// Editor
|
// Editor
|
||||||
"editor.fontSize": 20,
|
"editor.fontSize": 18,
|
||||||
"editor.cursorWidth": 3,
|
"editor.cursorWidth": 3,
|
||||||
"editor.minimap.enabled": false,
|
"editor.minimap.enabled": false,
|
||||||
"editor.wordWrap": "on",
|
"editor.wordWrap": "on",
|
||||||
@@ -58,6 +58,7 @@
|
|||||||
"projectManager.git.baseFolders": [".git"],
|
"projectManager.git.baseFolders": [".git"],
|
||||||
|
|
||||||
// VIM & NeoVIM
|
// VIM & NeoVIM
|
||||||
|
"keyboard.dispatch": "keyCode",
|
||||||
"extensions.experimental.affinity": {
|
"extensions.experimental.affinity": {
|
||||||
"asvetliakov.vscode-neovim": 1,
|
"asvetliakov.vscode-neovim": 1,
|
||||||
"vscodevim.vim": 1
|
"vscodevim.vim": 1
|
||||||
@@ -71,8 +72,6 @@
|
|||||||
"vim.cursorStylePerMode.visualline": "block",
|
"vim.cursorStylePerMode.visualline": "block",
|
||||||
"vim.smartRelativeLine": true,
|
"vim.smartRelativeLine": true,
|
||||||
"vim.easymotion": true,
|
"vim.easymotion": true,
|
||||||
"vscode-neovim.useWSL": true,
|
|
||||||
"vscode-neovim.neovimExecutablePaths.linux": "/home/pratik/downloads/nvim.appimage",
|
|
||||||
|
|
||||||
// Debugging
|
// Debugging
|
||||||
"debug.toolBarLocation": "docked",
|
"debug.toolBarLocation": "docked",
|
||||||
@@ -166,7 +165,13 @@
|
|||||||
"cSpell.diagnosticLevel": "Hint",
|
"cSpell.diagnosticLevel": "Hint",
|
||||||
"cSpell.allowCompoundWords": true,
|
"cSpell.allowCompoundWords": true,
|
||||||
"cSpell.fixSpellingWithRenameProvider": true,
|
"cSpell.fixSpellingWithRenameProvider": true,
|
||||||
"cSpell.enableFiletypes": ["shellscript", "csharp", "python", "javascript", "javascriptreact"],
|
"cSpell.enableFiletypes": [
|
||||||
|
"shellscript",
|
||||||
|
"csharp",
|
||||||
|
"python",
|
||||||
|
"javascript",
|
||||||
|
"javascriptreact"
|
||||||
|
],
|
||||||
"cSpell.minWordLength": 3,
|
"cSpell.minWordLength": 3,
|
||||||
"cSpell.numSuggestions": 10,
|
"cSpell.numSuggestions": 10,
|
||||||
"cSpell.userWords": [
|
"cSpell.userWords": [
|
||||||
|
|||||||
2
common/.vscode/extensions/extensions.json
vendored
2
common/.vscode/extensions/extensions.json
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user