set number syntax enable set tabstop=8 set cursorline set lazyredraw set incsearch set hlsearch set autoindent set scrolloff=3 set spelllang=en set spell set tw=70 set ruler set list set listchars=eol:\ ,tab:\|\ ,trail:~,extends:>,precedes:<,space:· map K i map W :WordCount colorscheme default au BufRead,BufNewFile *.go set filetype=go set statusline+=%{WordCount#WordCount()}