call plug#begin('~/.vim/plugged') " Using plug Plug 'dylanaraps/wal.vim' colorscheme wal call plug#end() set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab