Browse Source

Fixed missing ruler in vim in OS X.

master
Daniel Sissom 5 years ago
parent
commit
697629486d
Signed by untrusted user who does not match committer: djsissom GPG Key ID: 2C30FFB796852389
1 changed files with 1 additions and 0 deletions
  1. + 1
    - 0
      vim/vimrc

+ 1
- 0
vim/vimrc

@ -84,6 +84,7 @@ autocmd FileType pug,jade set tw=80
autocmd FileType text set tw=80 nocindent autocmd FileType text set tw=80 nocindent
set backspace=indent,eol,start set backspace=indent,eol,start
set ruler
au BufNewFile,BufRead *.cu set filetype=c au BufNewFile,BufRead *.cu set filetype=c
au BufNewFile,BufRead *.tp set filetype=taskpaper au BufNewFile,BufRead *.tp set filetype=taskpaper

Loading…
Cancel
Save