Compare commits

...

2 Commits

Author SHA1 Message Date
Ray Elliott 269496db7e remove global textwidth setting
will now be set in individual ftplugin files.
2020-05-02 12:48:11 +01:00
Ray Elliott c24de975db update snippets 2020-05-02 12:44:10 +01:00
3 changed files with 10 additions and 1 deletions

View File

@ -0,0 +1,8 @@
snippet ln "[...](...)"
[$1]($2)
endsnippet
snippet cd "``` ..."
\`\`\`$0
\`\`\`
endsnippet

View File

@ -1,3 +1,5 @@
set textwidth=80
" markdown : jump to next heading
" https://gist.github.com/romainl/ac63e108c3d11084be62b3c04156c263
function! s:JumpToNextHeading(direction, count)

View File

@ -250,7 +250,6 @@ set shiftround
set noexpandtab
set autoindent
set textwidth=120
set formatoptions=cq
set wrapmargin=0