Last active
December 23, 2017 06:03
-
-
Save gabeio/9bd828e2fa859e390007 to your computer and use it in GitHub Desktop.
Revisions
-
gabeio revised this gist
Dec 23, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,7 +12,7 @@ set noexpandtab "don't change a tab to spaces match ErrorMsg '\%>120v.\+' "error highlight long lines match ErrorMsg '\s\+$' "error highlight spaces at the end of a line map q <Nop> "stop fumbling with recording plugin autocmd Filetype gitcommit setlocal spell textwidth=50 "auto wrap git commit lines to 50 characters "fix incorrect join lines if v:version > 703 || v:version == 703 && has('patch541') set formatoptions+=j -
gabeio revised this gist
Dec 23, 2017 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,8 +5,9 @@ set backspace=2 set ignorecase set smartcase set autoindent set number "show line numbers set ruler "show ruler set relativenumber "show relative line numbers set noexpandtab "don't change a tab to spaces match ErrorMsg '\%>120v.\+' "error highlight long lines match ErrorMsg '\s\+$' "error highlight spaces at the end of a line -
gabeio revised this gist
Dec 23, 2017 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,6 +7,7 @@ set smartcase set autoindent set relativenumber set ruler set noexpandtab "don't change a tab to spaces match ErrorMsg '\%>120v.\+' "error highlight long lines match ErrorMsg '\s\+$' "error highlight spaces at the end of a line map q <Nop> "stop fumbling with recording plugin -
gabeio revised this gist
Dec 23, 2017 . 1 changed file with 6 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,4 +9,9 @@ set relativenumber set ruler match ErrorMsg '\%>120v.\+' "error highlight long lines match ErrorMsg '\s\+$' "error highlight spaces at the end of a line map q <Nop> "stop fumbling with recording plugin "fix incorrect join lines if v:version > 703 || v:version == 703 && has('patch541') set formatoptions+=j endif -
gabeio revised this gist
Dec 23, 2017 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,4 +8,5 @@ set autoindent set relativenumber set ruler match ErrorMsg '\%>120v.\+' "error highlight long lines match ErrorMsg '\s\+$' "error highlight spaces at the end of a line map q <Nop> "stop fumbling with recording plugin -
gabeio revised this gist
Dec 23, 2017 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,4 +6,6 @@ set ignorecase set smartcase set autoindent set relativenumber set ruler match ErrorMsg '\%>120v.\+' "error highlight long lines match ErrorMsg '\s\+$' "error highlight spaces at the end of a line -
gabeio revised this gist
Dec 3, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ syntax on "execute pathogen#infect() "optional set nocompatible set backspace=2 set ignorecase -
gabeio revised this gist
Dec 3, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ syntax on " execute pathogen#infect() optional set nocompatible set backspace=2 set ignorecase -
gabeio revised this gist
Dec 3, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ syntax on # execute pathogen#infect() optional set nocompatible set backspace=2 set ignorecase -
gabeio created this gist
Dec 3, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ syntax on execute pathogen#infect() set nocompatible set backspace=2 set ignorecase set smartcase set autoindent set relativenumber set ruler