cursor settings
This commit is contained in:
@ -37,11 +37,15 @@
|
|||||||
# csstools.postcss # PostCSS language # not available
|
# csstools.postcss # PostCSS language # not available
|
||||||
];
|
];
|
||||||
profiles.default.userSettings = {
|
profiles.default.userSettings = {
|
||||||
|
# IDE
|
||||||
"terminal.external.linuxExec" = "ghostty";
|
"terminal.external.linuxExec" = "ghostty";
|
||||||
"terminal.explorerKind" = "external";
|
"terminal.explorerKind" = "external";
|
||||||
"terminal.integrated.rescaleOverlappingGlyphs" = false;
|
"terminal.integrated.rescaleOverlappingGlyphs" = false;
|
||||||
"terminal.integrated.fontFamily" = "'Intel One Mono', 'Symbols Nerd Font Mono'";
|
"terminal.integrated.fontFamily" = "'Intel One Mono', 'Symbols Nerd Font Mono'";
|
||||||
"files.autoSave" = "onFocusChange";
|
"files.autoSave" = "onFocusChange";
|
||||||
|
"explorer.confirmDragAndDrop" = false;
|
||||||
|
"workbench.colorTheme" = "Gruvbox Dark Medium";
|
||||||
|
"workbench.iconTheme" = "vscode-icons";
|
||||||
"editor.fontFamily" = "'Intel One Mono', 'Symbols Nerd Font Mono', 'monospace', monospace";
|
"editor.fontFamily" = "'Intel One Mono', 'Symbols Nerd Font Mono', 'monospace', monospace";
|
||||||
"editor.tabSize" = 2;
|
"editor.tabSize" = 2;
|
||||||
"editor.wordWrap" = "on";
|
"editor.wordWrap" = "on";
|
||||||
@ -49,14 +53,16 @@
|
|||||||
"editor.formatOnSave" = true;
|
"editor.formatOnSave" = true;
|
||||||
"editor.minimap.enabled" = true;
|
"editor.minimap.enabled" = true;
|
||||||
"editor.defaultFormatter" = "esbenp.prettier-vscode";
|
"editor.defaultFormatter" = "esbenp.prettier-vscode";
|
||||||
|
|
||||||
|
# Extensions
|
||||||
"prettier.printWidth" = 120;
|
"prettier.printWidth" = 120;
|
||||||
"prettier.proseWrap" = "always";
|
"prettier.proseWrap" = "always";
|
||||||
"workbench.colorTheme" = "Gruvbox Dark Medium";
|
|
||||||
"workbench.iconTheme" = "vscode-icons";
|
|
||||||
"vsicons.dontShowNewVersionMessage" = true;
|
"vsicons.dontShowNewVersionMessage" = true;
|
||||||
|
"redhat.telemetry.enabled" = false;
|
||||||
|
|
||||||
|
# Cursor
|
||||||
"cursor.cpp.enablePartialAccepts" = true;
|
"cursor.cpp.enablePartialAccepts" = true;
|
||||||
"cursor.diffs.useCharacterLevelDiffs" = true;
|
"cursor.diffs.useCharacterLevelDiffs" = true;
|
||||||
"redhat.telemetry.enabled" = false;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user