diff --git a/README.md b/README.md index 2bf7698..3657d45 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,8 @@ To integrate *all* dotfiles in this repo: > 3. ./install ##Applications Configured -* Vim \[ vim/vim/ => ~/.vim \]\[ vim/vimrc => ~/.vimrc \] +* Vim \[ vim/vim/ => ~/.vim \]\[ vim/vimrc => ~/.vimrc \]\[ vim/vimrc.bundles => + ~/.vimrc.bundles \] * Git \[ git/gitconfig => ~/.gitconfig \]\[ git/gitignore => ~/.gitignore \] * Tmux \[ tmux/tmux.conf => ~/.tmux.conf \] diff --git a/tmux/README.md b/tmux/README.md new file mode 100644 index 0000000..870c30e --- /dev/null +++ b/tmux/README.md @@ -0,0 +1,4 @@ +#Tmux Configuration Files + +My tmux configuration is extremely basic at the moment. Further configuration to +follow as my usage of tmux grows. diff --git a/vim/README.md b/vim/README.md index d5a21e9..6aa0131 100644 --- a/vim/README.md +++ b/vim/README.md @@ -7,18 +7,21 @@ My vim configuration is relatively straight forward. * Mappings to quickly edit dotfiles * Relative numbering, with mapping to quickly swap -###Directory -Additionally, I have several extensions, as submodules, in .vim/bundle: +###Bundles File +The vimrc.bundles file stores the plugin information for Vundle. Currently, I +use the following plugins: * [Fugitive](https://github.com/tpope/vim-fugitive) for nice Git integration. * [Airline](https://github.com/bling/vim-airline) to look nice, but not garish. * [Sneak](https://github.com/justinmk/vim-sneak) for getting around. * [Vinegar](https://github.com/tpope/vim-vinegar) for a convenient directory browser. -* [Pathogen](https://github.com/tpope/vim-pathogen) to do the hard work. * [Templates](https://github.com/ap/vim-templates.git) for easy templates. * [vimwiki](https://github.com/vimwiki/vimwiki) for info, diary and notes. ####To-Do -* [ ] (Optional) Customize Airline more. +* [ ] (Optional) Customize Airline more. * [ ] Consider adding [gist-vim](https://github.com/mattn/gist-vim) due to prevalence of Gist at work +* [ ] Look into [ctrlp](https://github.com/kien/ctrlp.vim) for more awesome + searching. +* [ ] Get color situtated.