diff options
-rw-r--r-- | vim/.vim/after/ftplugin/bb.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/.vim/after/ftplugin/bb.vim b/vim/.vim/after/ftplugin/bb.vim index 5b041ba..b7f335d 100644 --- a/vim/.vim/after/ftplugin/bb.vim +++ b/vim/.vim/after/ftplugin/bb.vim @@ -1 +1 @@ -setlocal tw=79 spell spelllang=nl +setlocal ai tw=71 cc=72 spell spelllang=en |