2019-05-30-17:20:31
This commit is contained in:
7
.vimrc
7
.vimrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user