mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 23:12:32 +01:00
sync to copy vim
This commit is contained in:
parent
55ad26781a
commit
5c7da28fd9
1
TODO
1
TODO
@ -6,6 +6,7 @@
|
||||
- TOFIX: autolaunch i3 apps good order
|
||||
- TOFIX: zsh termite -> https://github.com/thestinger/termite/issues/550
|
||||
|
||||
- TOTEST: creates subdir for zsh, .Xresources.d in each roles
|
||||
- TOTEST: oh-my-zsh erase existing .zshrc ?
|
||||
- TOTEST: ssh-agent ssh-add in zshrc startx
|
||||
- TOTEST: vim install powerline
|
||||
|
@ -1,7 +0,0 @@
|
||||
let g:netrw_dirhistmax =10
|
||||
let g:netrw_dirhist_cnt =5
|
||||
let g:netrw_dirhist_1='/home/user/downloads/ompd/ompd'
|
||||
let g:netrw_dirhist_2='/home/user/.config/retroarch'
|
||||
let g:netrw_dirhist_3='/home/user'
|
||||
let g:netrw_dirhist_4='/home/user/.java'
|
||||
let g:netrw_dirhist_5='/home/user/.java/.userPrefs'
|
@ -1 +0,0 @@
|
||||
Subproject commit 9d6dc32e6ec17615f9c0b286a989931db0f67542
|
@ -1 +0,0 @@
|
||||
Subproject commit d56a4302358359ddf9845252addf637a5e6bd6d5
|
@ -8,5 +8,30 @@
|
||||
- powerline-vim
|
||||
become: True
|
||||
|
||||
- name: Create .vim dirs
|
||||
file: path={{item}} state=directory
|
||||
with_items:
|
||||
- ~/.vim
|
||||
- ~/.vim/bundle
|
||||
- ~/.vim/autoload
|
||||
|
||||
- name: Configure vim
|
||||
synchronize: src=files/ dest=~/
|
||||
copy: src=files/.vimrc dest=~/.vimrc backup=yes
|
||||
|
||||
- name: Configure pathogen autoload
|
||||
copy: src=files/pathogen.vim dest=~/.vim/autoload/pathogen.vim
|
||||
|
||||
- name: Clone colorizer
|
||||
git:
|
||||
repo: https://github.com/lilydjwg/colorizer
|
||||
dest: ~/.vim/bundle/colorizer
|
||||
|
||||
- name: Clone vim-sleught
|
||||
git:
|
||||
repo: https://github.com/tpope/vim-sleuth
|
||||
dest: ~/.vim/bundle/vim-sleuth
|
||||
|
||||
- name: Clone auto-pairs
|
||||
git:
|
||||
repo: https://github.com/jiangmiao/auto-pa
|
||||
dest: ~/.vim/bundle/auto-pairs
|
||||
|
Loading…
Reference in New Issue
Block a user