2019-05-30-17:20:31

This commit is contained in:
ackman678
2019-05-30 17:20:31 -07:00
parent 2f5d88cae4
commit 8b8919aa89
3 changed files with 13 additions and 5 deletions

7
.vimrc
View File

@@ -6,6 +6,9 @@ source ~/.config/nvim/defaults.vim
"ln -s ~/.vimrc ~/.config/nvim/init.vim
"set rtp^=/usr/share/vim/vimfiles/
" change textwidth for mutt mail program text
" au BufRead /tmp/mutt-* set tw=72
" Only do this part when compiled with support for autocommands.
if has("autocmd")
@@ -14,7 +17,7 @@ if has("autocmd")
au!
" For all text files set 'textwidth' to 78 characters.
autocmd FileType text setlocal textwidth=78
autocmd FileType text setlocal textwidth=0
augroup END
@@ -248,7 +251,7 @@ if has("gui_running")
" Switch on highlighting the last used search pattern.
set hlsearch
" Set font
set gfn=Inconsolata\ 13
set gfn=Inconsolata\ 15
" Can toggle gui toolbar with `T` and menu with `m` in guioptions:
" default is go=aegimrLtT
set go=aegLt