From 35036c7808b2581f01d635b3a8ff1910064a2fbe Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Fri, 11 Sep 2015 10:53:26 -0500 Subject: [PATCH] add filter abbreviation correction --- nvim/nvimrc.symlink | 1 + vim/vimrc.symlink | 1 + 2 files changed, 2 insertions(+) diff --git a/nvim/nvimrc.symlink b/nvim/nvimrc.symlink index 2b3ec1b02..8730db0b2 100644 --- a/nvim/nvimrc.symlink +++ b/nvim/nvimrc.symlink @@ -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 diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink index 56bd05bf2..fbcd771cd 100644 --- a/vim/vimrc.symlink +++ b/vim/vimrc.symlink @@ -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