Skip to content

Instantly share code, notes, and snippets.

View carvalhoviniciusluiz's full-sized avatar
🏠
Working from home

Vinicius Carvalho carvalhoviniciusluiz

🏠
Working from home
View GitHub Profile
@carvalhoviniciusluiz
carvalhoviniciusluiz / settings.json
Created June 23, 2020 20:45
My VSCode configuration
{
// define o tema do vscode
"workbench.colorTheme": "Dracula",
// aumenta a fonte do terminal
"terminal.integrated.fontSize": 16,
// define o tema de icones na sidebar
"workbench.iconTheme": "material-icon-theme",
" Must come first because it changes other options
set nocompatible
" [vim-plug] Load plugins
call plug#begin()
Plug 'dracula/vim', { 'as': 'dracula' }
Plug 'junegunn/vim-easy-align'
Plug 'pangloss/vim-javascript' " JavaScript support
Plug 'leafgarland/typescript-vim' " TypeScript syntax
Plug 'maxmellon/vim-jsx-pretty' " JS and JSX syntax