dotfiles

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

commit 17bf8dad611e26fd9961cf4e88621d31da8e551a
parent c9627f14164e17b0dcdd46001bc417fa694f6ece
Author: Chris Bracken <chris@bracken.jp>
Date:   Fri,  1 Oct 2021 09:11:29 -0700

Reorder plugins alphabetically

Reorders vundle plugins in alphabetical order, but places raw URLs at
the end.

Diffstat:
M.vim/vimrc | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.vim/vimrc b/.vim/vimrc @@ -10,12 +10,12 @@ Plugin 'spacehi.vim' " Highlight bad whitespace Plugin 'vimwiki/vimwiki' " Language support plugins. +Plugin 'cespare/vim-toml' Plugin 'dart-lang/dart-vim-plugin' Plugin 'fatih/vim-go' +Plugin 'google/vim-ft-bzl' Plugin 'keith/swift.vim' Plugin 'rust-lang/rust.vim' -Plugin 'google/vim-ft-bzl' -Plugin 'cespare/vim-toml' Plugin 'https://gn.googlesource.com/gn', { 'rtp': 'misc/vim' } call vundle#end() filetype plugin indent on