From bea366fcdfa72910fde029205b677d28646e5dc4 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Thu, 12 Apr 2018 16:00:46 -0700 Subject: Misc. changes from new laptop --- base/vim/bundle/fetch_bundles.sh | 1 + base/vim/syntax/php.vim | 1 + 2 files changed, 2 insertions(+) create mode 100644 base/vim/syntax/php.vim (limited to 'base/vim') diff --git a/base/vim/bundle/fetch_bundles.sh b/base/vim/bundle/fetch_bundles.sh index 315100f..fabe0a9 100755 --- a/base/vim/bundle/fetch_bundles.sh +++ b/base/vim/bundle/fetch_bundles.sh @@ -8,3 +8,4 @@ git clone git://github.com/tpope/vim-abolish.git git clone https://github.com/ctrlpvim/ctrlp.vim.git git clone https://github.com/tomtom/tcomment_vim.git +git clone https://github.com/leafgarland/typescript-vim.git diff --git a/base/vim/syntax/php.vim b/base/vim/syntax/php.vim new file mode 100644 index 0000000..981ba43 --- /dev/null +++ b/base/vim/syntax/php.vim @@ -0,0 +1 @@ +setl ts=4 sw=4 sts=4 -- cgit v1.2.3