Merge branch 'master' of github.com:ntietz/config

This commit is contained in:
Nicole Tietz-Sokolskaya 2018-12-04 17:11:45 -05:00
commit 943653f7e7

View file

@ -10,6 +10,8 @@ let g:airline#extensions#tabline#enabled = 1
set mouse=a
set nu
set relativenumber
set nowrap
set linebreak " if we do wrap, do it at word boundaries
autocmd FileType markdown set wrap