aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/ftplugin/markdown.vim
blob: a999f206e318a4a45ab42cb5697ac3c28be5007b (plain)
1
2
3
4
5
6
7
8
9
nmap <buffer> j gj
nmap <buffer> k gk

autocmd CursorHold,CursorHoldI <buffer> update

setlocal iskeyword+=[,\-

" setlocal formatoptions-=t
" setlocal formatoptions-=c