Merge branch 'master' of ssh://git@github.com/hunner/hunners-homedir-configs
This commit is contained in:
commit
f10efe3183
2 changed files with 6 additions and 2 deletions
4
.vimrc
4
.vimrc
|
|
@ -286,6 +286,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