Mercurial > dotfiles.old
changeset 103:e7c5a1fffc5e
Add unite-build
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sun, 10 Aug 2014 11:44:23 +0200 |
parents | a25bdb562e43 |
children | ee15a19325bb |
files | .hgsub .hgsubstate vimrc |
diffstat | 3 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.hgsub Sun Aug 10 11:37:27 2014 +0200 +++ b/.hgsub Sun Aug 10 11:44:23 2014 +0200 @@ -59,3 +59,4 @@ vim/bundle/neossh = [git]https://github.com/Shougo/neossh.vim.git vim/bundle/unite-outline = [git]https://github.com/Shougo/unite-outline.git vim/bundle/unite-tag = [git]https://github.com/tsukkee/unite-tag.git +vim/bundle/unite-build = [git]https://github.com/Shougo/unite-build.git
--- a/.hgsubstate Sun Aug 10 11:37:27 2014 +0200 +++ b/.hgsubstate Sun Aug 10 11:44:23 2014 +0200 @@ -50,6 +50,7 @@ b82f8804c4987b2534a5411d492d15d6010e98d2 vim/bundle/tlib 7bfdda29120dbab0787c966dd35db025305675e1 vim/bundle/tomdoc 1e2e7ee04bb81a1985771c9bfe2b3ddb3b798f31 vim/bundle/unite +e12b7af827ea19b6bf979516532a27fb16396a24 vim/bundle/unite-build 20c30e26d4405b88b7030dcfd2fe527178863dcf vim/bundle/unite-outline f94a622e6afe87bbb20d865547cf851d82c13b6f vim/bundle/unite-tag 6c7b03a2a0abdfd0dabd26602f8a32955abe0181 vim/bundle/vhdl
--- a/vimrc Sun Aug 10 11:37:27 2014 +0200 +++ b/vimrc Sun Aug 10 11:44:23 2014 +0200 @@ -459,6 +459,9 @@ nnoremap <silent> <SPACE>t :<C-u>Unite tag<CR> nnoremap <silent> <C-p> :<C-u>Unite -start-insert file_rec/async<CR> " }}} +" Unite Build {{{ +" TODO: Create builders eg Latex, Vagrant? +" }}} " Vimfiler {{{ " Use vimfiler as default let g:vimfiler_as_default_explorer = 1