Vim # .vimrc # set number syntax on set autoindent set smartindent set tabstop=4 set shiftwidth=4 set expandtab set cursorline set hlsearch set incsearch set ignorecase set smartcase set background=dark set lazyredraw