diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | base/vim/bundle/.gitignore | 4 | ||||
-rw-r--r-- | base/vim/ftplugin/php.vim | 2 |
3 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a0e76af --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.netrwhist diff --git a/base/vim/bundle/.gitignore b/base/vim/bundle/.gitignore new file mode 100644 index 0000000..f988cbe --- /dev/null +++ b/base/vim/bundle/.gitignore @@ -0,0 +1,4 @@ +vim-abolish/ +ctrlp.vim/ +tcomment/ +typescript-vim/ diff --git a/base/vim/ftplugin/php.vim b/base/vim/ftplugin/php.vim new file mode 100644 index 0000000..76b6d58 --- /dev/null +++ b/base/vim/ftplugin/php.vim @@ -0,0 +1,2 @@ +setl ts=4 sw=4 sts=4 + |