diff --git a/README.md b/README.md index 64e6009..859ad94 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,10 @@ There is currently support for a `vimrc.local` file for local configurations/ove For bundles there is support for a `vimrc.bundles.local` for including/removing any bundles you'd like. +## [language].vim + +Idea taken from [here](http://vim.wikia.com/wiki/Indenting_source_code). These will need to be symlinked (or copied/moved) manually. They're just listed in the root directory + ## License MIT license. Please see `LICENSE` for the full text diff --git a/objc.vim b/objc.vim new file mode 100644 index 0000000..6f53040 --- /dev/null +++ b/objc.vim @@ -0,0 +1,2 @@ +setlocal shiftwidth=4 +setlocal softtabstop=4