aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2019-12-08 23:48:38 +0800
committerjdhao <jdhao@hotmail.com>2019-12-08 23:48:38 +0800
commit0e89d956fd59729a08d51d0d5865bea0aa3ed42d (patch)
tree859a8b9b0b3e193d783e9d2c31c59adaf6f29ef8
parent5d1b59073b90949c00ceb0baca41f78555740f34 (diff)
Add Google Vimscript style guide
-rw-r--r--init.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.vim b/init.vim
index 2e90145..c94708f 100644
--- a/init.vim
+++ b/init.vim
@@ -87,4 +87,5 @@ endfor
" - https://blog.carbonfive.com/2011/10/17/vim-text-objects-the-definitive-guide/
" - https://sanctum.geek.nz/arabesque/vim-anti-patterns/
" - https://github.com/gkapfham/dotfiles/blob/master/.vimrc
+" - https://google.github.io/styleguide/vimscriptguide.xml
"}