# $$$$$$$$\ $$$$$$$$\ $$\ $$\ $$$$$$\ $$\ # \__$$ __|$$ _____|$$$$ | $$ | $$$ __$$\ $$ | # $$ | $$ | \_$$ | $$$$$$$\ $$$$$$$\ $$$$\ $$ | $$$$$$$\ $$$$$$\ # $$ | $$$$$\ $$ | $$ _____|$$ __$$\ $$\$$\$$ |$$ _____|\_$$ _| # $$ | $$ __| $$ | $$ / $$ | $$ |$$ \$$$$ |\$$$$$$\ $$ | # $$ | $$ | $$ | $$ | $$ | $$ |$$ |\$$$ | \____$$\ $$ |$$\ # $$ | $$$$$$$$\ $$$$$$\ \$$$$$$$\ $$ | $$ |\$$$$$$ /$$$$$$$ | \$$$$ | # \__| \________|\______| \_______|\__| \__| \______/ \_______/ \____/ "Base" :set number :set autoindent :set tabstop=4 :set shiftwidth=4 :set smarttab :set softtabstop=4 :set mouse=a :set termguicolors "Plugins" call plug#begin() Plug 'vim-airline/vim-airline' Plug 'vim-airline/vim-airline-themes' Plug 'scrooloose/nerdtree' Plug 'ap/vim-css-color' Plug 'tpope/vim-surround' Plug 'morhetz/gruvbox' call plug#end() syntax enable colorscheme gruvbox let NERDTreeShowHidden = 1 nnoremap :NERDTree nnoremap :NERDTreeToggle " off arrows nnoremap :echoe "Use h" nnoremap :echoe "Use l" nnoremap :echoe "Use k" nnoremap :echoe "Use j" imap jj