Skip to content

Instantly share code, notes, and snippets.

" -----------------------------------------------------------------------------
" GENERAL SETTINGS FOR EVERYONE
" ----------------------------------------------------------------------------
filetype plugin indent on
set nocompatible
set autoindent
set nomodeline " disable modeline vulnerability
" text encoding
source /usr/local/opt/nvm/nvm.sh
fpath+=$HOME/.zsh/pure
autoload -U promptinit; promptinit
# optionally define some options
PURE_CMD_MAX_EXEC_TIME=10
# change the path color
zstyle :prompt:pure:path color white
# change the color for both `prompt:success` and `prompt:error`
{
"editor.tabSize": 4,
"[markdown]": {
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.detectIndentation": false,
},
"[vue]": {},
"[php]": {
"editor.tabSize": 4,