Skip to content

Instantly share code, notes, and snippets.

View rrapiteanu's full-sized avatar

Robert Rapiteanu rrapiteanu

View GitHub Profile
@rrapiteanu
rrapiteanu / settings-2024.json
Created March 25, 2024 07:21
vscode settings 2024
{
"editor.accessibilitySupport": "off",
"editor.codeActionsOnSave": {
"source.fixAll": "always"
},
"editor.cursorBlinking": "phase",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.fontFamily": "Hack",
"editor.fontSize": 14,
"editor.formatOnSave": true,
{
"github.copilot.enable": {
"markdown": false,
"*": true,
"plaintext": false,
"yaml": true
},
"workbench.editor.showTabs": true,
"files.exclude": {
"**/.settings": true,
# Fig pre block. Keep at the top of this file.
[[ -f "$HOME/.fig/shell/zshrc.pre.zsh" ]] && builtin source "$HOME/.fig/shell/zshrc.pre.zsh"
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below.
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
# If you come from bash you might have to change your $PATH.