From dbd34275f3efd14bb492a21bcaaef4584880ceb1 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Fri, 1 Apr 2022 20:13:53 -0700 Subject: More uncommitted changes --- .gitignore | 1 + base/vim/bundle/.gitignore | 4 ++++ base/vim/ftplugin/php.vim | 2 ++ 3 files changed, 7 insertions(+) create mode 100644 .gitignore create mode 100644 base/vim/bundle/.gitignore create mode 100644 base/vim/ftplugin/php.vim 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 + -- cgit v1.2.3