dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 88c04cb06a432d701b6cbee91e3312c7c78fdc8e
parent 9b6ad181a60f7209f537b62c69c1006a6c3bcf7a
Author: Chris Bracken <chris@bracken.jp>
Date:   Tue, 20 Apr 2021 14:53:40 -0700

Add gn build plugin

Adds support for the gn build tool. https://gn.googlesource.com/gn

Diffstat:
M.vim/vimrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.vim/vimrc b/.vim/vimrc @@ -15,6 +15,7 @@ Plugin 'fatih/vim-go' Plugin 'keith/swift.vim' Plugin 'rust-lang/rust.vim' Plugin 'google/vim-ft-bzl' +Plugin 'https://gn.googlesource.com/gn', { 'rtp': 'misc/vim' } call vundle#end() filetype plugin indent on