No textwidth
This commit is contained in:
parent
8b504986b1
commit
74152e04fc
1
init.vim
1
init.vim
|
@ -96,6 +96,7 @@ let g:airline_powerline_fonts = 1
|
||||||
let g:airline#extensions#branch#format = 1
|
let g:airline#extensions#branch#format = 1
|
||||||
let g:airline_theme='dark'
|
let g:airline_theme='dark'
|
||||||
set t_Co=256
|
set t_Co=256
|
||||||
|
set textwidth=0
|
||||||
" Set textwidth for latex
|
" Set textwidth for latex
|
||||||
" autocmd FileType tex set textwidth=79
|
" autocmd FileType tex set textwidth=79
|
||||||
" }}}
|
" }}}
|
||||||
|
|
Loading…
Reference in New Issue