"visual syntax on let g:netrw_banner=0 set number set relativenumber set termguicolors set background=dark colorscheme quiet hi normal guifg=#dcd7d7 guibg=#242829 hi constant guifg=#dcade6 hi character guifg=#dcade6 hi number guifg=#dcade6 hi boolean guifg=#dcade6 hi float guifg=#dcade6 hi visual guifg=#dcade6 guibg=#242829 hi incsearch guifg=#dcade6 guibg=#242829 hi MatchParen guifg=#dcade6 guibg=#242829 "formatting "set textwidth=80 set nowrap autocmd BufRead,BufNewFile *.c { set cindent set cinoptions=:0,l1,t0,g0,(0 } "functional set clipboard+=unnamedplus set nohls set is "bindings let mapleader="," map e :Ex map v :Vex map s :Sex map q :q set makeprg=./build.sh map m :make!:cope map n :cnext map n :cfirst map g :grep!-rn.''