Skip to content

Instantly share code, notes, and snippets.

View Manobal-Singh-Bagady's full-sized avatar
🆒
Vibing

Manobal Singh Bagady Manobal-Singh-Bagady

🆒
Vibing
View GitHub Profile
@Manobal-Singh-Bagady
Manobal-Singh-Bagady / DSA
Last active March 3, 2023 19:24
VS Code Profile for doing DSA and CP
{"name":"DSA","settings":"{\"settings\":\"{\\n\\t\\\"files.autoSave\\\": \\\"afterDelay\\\",\\n\\t\\\"beautify.language\\\": {\\n\\t\\t\\\"js\\\": {\\n\\t\\t\\t\\\"type\\\": [\\\"javascript\\\", \\\"json\\\", \\\"jsonc\\\"],\\n\\t\\t\\t\\\"filename\\\": [\\\".jshintrc\\\", \\\".jsbeautifyrc\\\"]\\n\\t\\t},\\n\\t\\t\\\"css\\\": [\\\"css\\\", \\\"less\\\", \\\"scss\\\"],\\n\\t\\t\\\"html\\\": [\\\"htm\\\", \\\"html\\\"]\\n\\t},\\n\\t\\\"beautify.config\\\": \\\"\\\",\\n\\t\\\"editor.accessibilitySupport\\\": \\\"off\\\",\\n\\t\\\"editor.inlineSuggest.enabled\\\": true,\\n\\t\\\"editor.tokenColorCustomizations\\\": {\\n\\t\\t\\\"textMateRules\\\": [\\n\\t\\t\\t{\\n\\t\\t\\t\\t\\\"scope\\\": \\\"keyword.other.dotenv\\\",\\n\\t\\t\\t\\t\\\"settings\\\": {\\n\\t\\t\\t\\t\\t\\\"foreground\\\": \\\"#FF000000\\\"\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t]\\n\\t},\\n\\t\\\"editor.matchBrackets\\\": false,\\n\\t\\\"workbench.colorTheme\\\": \\\"GitHub Dark Default\\\",\\n\\t\\\"workbench.iconTheme\\\": \\\"vscode-icons\\\",
@Manobal-Singh-Bagady
Manobal-Singh-Bagady / DEV
Last active March 3, 2023 20:20
VS Code profile for doing WEB DEVELOPMENT (in JavaScript).
{"name":"DEV","settings":"{\"settings\":\"{\\n\\t\\\"files.autoSave\\\": \\\"afterDelay\\\",\\n\\t\\\"beautify.language\\\": {\\n\\t\\t\\\"js\\\": {\\n\\t\\t\\t\\\"type\\\": [\\\"javascript\\\", \\\"json\\\", \\\"jsonc\\\"],\\n\\t\\t\\t\\\"filename\\\": [\\\".jshintrc\\\", \\\".jsbeautifyrc\\\"]\\n\\t\\t},\\n\\t\\t\\\"css\\\": [\\\"css\\\", \\\"less\\\", \\\"scss\\\"],\\n\\t\\t\\\"html\\\": [\\\"htm\\\", \\\"html\\\"]\\n\\t},\\n\\t\\\"beautify.config\\\": \\\"\\\",\\n\\t\\\"editor.accessibilitySupport\\\": \\\"off\\\",\\n\\t\\\"editor.inlineSuggest.enabled\\\": true,\\n\\t\\\"editor.tokenColorCustomizations\\\": {\\n\\t\\t\\\"textMateRules\\\": [\\n\\t\\t\\t{\\n\\t\\t\\t\\t\\\"scope\\\": \\\"keyword.other.dotenv\\\",\\n\\t\\t\\t\\t\\\"settings\\\": {\\n\\t\\t\\t\\t\\t\\\"foreground\\\": \\\"#FF000000\\\"\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t]\\n\\t},\\n\\t\\\"editor.matchBrackets\\\": \\\"never\\\",\\n\\t\\\"workbench.colorTheme\\\": \\\"GitHub Dark Default\\\",\\n\\t\\\"workbench.iconTheme\\\": \\\"vscode-ic
@Manobal-Singh-Bagady
Manobal-Singh-Bagady / .ideavimrc
Last active May 15, 2024 12:00
.ideavimrc config
"" .ideavimrc is a configuration file for IdeaVim plugin. It uses
" the same commands as the original .vimrc configuration.
" You can find a list of commands here: https://jb.gg/h38q75
" Find more examples here: https://jb.gg/share-ideavimrc
let mapleader = " "
"" -- Suggested options --
@Manobal-Singh-Bagady
Manobal-Singh-Bagady / README.md
Last active March 11, 2024 05:05
DSAnDEV.in