setlocal nonumber norelativenumber laststatus=0 showmode setlocal signcolumn=no textwidth=80 wrap sw=2 setlocal tabstop=2 expandtab softtabstop=2 linebreak setlocal autoindent noruler colorcolumn=80 synmaxcol=0 setlocal spell spelllang=es,en_us,cjk setlocal formatoptions& setlocal formatoptions+=tqn setlocal formatlistpat=^\\s*\\(\\d\\+\\\|[a-z]\\)[\\].)]\\s* set complete+=kspell " Spellcheck nnoremap [s nnoremap ]s nnoremap z= nnoremap z=1 nnoremap zg " Todo list nnoremap i-[] nnoremap :.s/\[\]/\[x\] inoremap -[] inoremap :.s/\[\]/\[x\] " Markdown jump to next heading nnoremap ]] :call dead#functions#JumpToNextHeading("down", v:count1) nnoremap [[ :call dead#functions#JumpToNextHeading("up", v:count1) let b:ale_fixers = ['prettier_standard']