Skip to content

Commit

Permalink
add filter abbreviation correction
Browse files Browse the repository at this point in the history
  • Loading branch information
nicknisi committed Sep 11, 2015
1 parent a239ad5 commit 35036c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions nvim/nvimrc.symlink
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ call plug#end()
abbr funciton function
abbr teh the
abbr tempalte template
abbr fitler filter

set nocompatible " not compatible with vi
set autoread " detect when a file is changed
Expand Down
1 change: 1 addition & 0 deletions vim/vimrc.symlink
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ source ~/.vim/plugins.vim
abbr funciton function
abbr teh the
abbr tempalte template
abbr fitler filter

set nocompatible " not compatible with vi
set autoread " detect when a file is changed
Expand Down

0 comments on commit 35036c7

Please sign in to comment.