1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Mercurial extensions installation

This commit is contained in:
Michiel Scholten
2014-06-20 22:11:09 +02:00
parent b589db36b0
commit f4c2cf7a7f
2 changed files with 9 additions and 1 deletions

View File

@@ -3,4 +3,4 @@ augroup filetypedetect
autocmd BufNew,BufNewFile,BufRead *.txt,*.text,*.md,*.markdown :setfiletype markdown autocmd BufNew,BufNewFile,BufRead *.txt,*.text,*.md,*.markdown :setfiletype markdown
augroup END augroup END
" 2014-02-28 this really fixes the filetype recognition " 2014-02-28 this really fixes the filetype recognition
autocmd BufWinEnter *.{md,mkd,mkdn,mark*} silent setf markdown autocmd BufWinEnter *.{md,mkd,mkdn,mark*,txt,text} silent setf markdown

View File

@@ -12,3 +12,11 @@ git submodule update
echo "INFO: Vundle Install" echo "INFO: Vundle Install"
vim +BundleInstall +qall vim +BundleInstall +qall
# Mercurial extensions
mkdir -p ~/workspace/application_addons/mercurial
cd ~/workspace/application_addons/mercurial
hg clone http://bitbucket.org/Mekk/mercurial_keyring
hg clone http://bitbucket.org/sjl/hg-prompt
hg clone hg clone http://bitbucket.org/durin42/hg-git
hg clone http://bitbucket.org/yujiewu/hgflow