mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
fixup! [nvim] increase textwidth just a little bit
This commit is contained in:
parent
4694ecc665
commit
8534342632
1 changed files with 4 additions and 2 deletions
|
@ -203,10 +203,12 @@ set commentstring=//%s
|
||||||
|
|
||||||
" Formatting {{{
|
" Formatting {{{
|
||||||
|
|
||||||
" don't insert a comment after hitting 'o' or 'O' in the Normal mode
|
" -o: don't insert a comment after hitting 'o' or 'O' in the Normal mode
|
||||||
|
" -t: don't auto-wrap regular code while typing
|
||||||
|
" -c: don't auto-wrap comments while typing
|
||||||
augroup vimrc-editing-formatting
|
augroup vimrc-editing-formatting
|
||||||
autocmd!
|
autocmd!
|
||||||
autocmd FileType * set formatoptions-=o
|
autocmd FileType * set formatoptions-=o | set formatoptions-=t | set formatoptions-=c
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
" }}}
|
" }}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue