remove global textwidth setting
will now be set in individual ftplugin files.
This commit is contained in:
parent
c24de975db
commit
269496db7e
2 changed files with 2 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
set textwidth=80
|
||||
|
||||
" markdown : jump to next heading
|
||||
" https://gist.github.com/romainl/ac63e108c3d11084be62b3c04156c263
|
||||
function! s:JumpToNextHeading(direction, count)
|
||||
|
|
|
|||
1
init.vim
1
init.vim
|
|
@ -250,7 +250,6 @@ set shiftround
|
|||
set noexpandtab
|
||||
set autoindent
|
||||
|
||||
set textwidth=120
|
||||
set formatoptions=cq
|
||||
set wrapmargin=0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue