Adding stuff
This commit is contained in:
23
.config/Code - OSS/User/settings.json
Normal file
23
.config/Code - OSS/User/settings.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"editor.rulers": [80, 100, 120],
|
||||
"editor.fontLigatures": true,
|
||||
"files.watcherExclude": {
|
||||
"**/.bloop": true,
|
||||
"**/.metals": true,
|
||||
"**/.ammonite": true
|
||||
},
|
||||
"vscode-neovim.neovimExecutablePaths.linux": "/usr/bin/nvim",
|
||||
"vscode-neovim.neovimInitVimPaths.linux": "~/.config/nvim/init.vim",
|
||||
"files.autoSave": "onFocusChange",
|
||||
"editor.fontFamily": "'FiraCode', 'monospace', 'Font Awesome 6 Free Solid', 'Font Awesome 6 Free Regular', 'Font Awesome 6 Brands Regular'",
|
||||
"editor.lineNumbers": "relative",
|
||||
"editor.wordSeparators": "`~!@#$%^&*()-=+[{]}\\|;:'\",.<>/?_",
|
||||
"diffEditor.codeLens": true,
|
||||
"files.trimTrailingWhitespace": true,
|
||||
"files.trimFinalNewlines": true,
|
||||
"editor.codeLensFontFamily": "FiraCode",
|
||||
"metals.enableIndentOnPaste": true,
|
||||
"editor.detectIndentation": false,
|
||||
"vetur.format.options.tabSize": 4,
|
||||
"monkeyC.developerKeyPath": "/home/chris/.config/connectiq/developer_key"
|
||||
}
|
||||
Reference in New Issue
Block a user