My vimrc needs a lot of work...
This commit is contained in:
parent
dffd5e32b3
commit
c32ef730bd
1 changed files with 4 additions and 0 deletions
4
.vimrc
4
.vimrc
|
|
@ -281,6 +281,10 @@ endif
|
|||
|
||||
" content creation
|
||||
if has("autocmd")
|
||||
augroup text
|
||||
autocmd BufRead,BufNewFile *.txt
|
||||
\ set nonumber tw=80
|
||||
augroup END
|
||||
augroup content
|
||||
autocmd!
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue