1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 23:12:32 +01:00

added powerline for vim freebsd

This commit is contained in:
eoli3n 2017-12-22 16:07:53 +01:00
parent a49688b71d
commit 53482a87d7
2 changed files with 4 additions and 1 deletions

@ -29,7 +29,7 @@
- ~/.vim/autoload
- name: Configure vim
copy: src=files/.vimrc dest=~/.vimrc backup=yes
template: src=templates/.vimrc dest=~/.vimrc backup=yes
- name: Configure pathogen autoload
copy: src=files/pathogen.vim dest=~/.vim/autoload/pathogen.vim

@ -24,3 +24,6 @@ au BufReadPost * if line("'\"") > 0|if line("'\"") <= line("$")|exe("norm '\"")|
set laststatus=2
set t_Co=256
let g:powerline_pycmd="py3"
{% if ansible_os_family == "FreeBSD" %}
set rtp+=/usr/local/lib/python2.7/site-packages/powerline/bindings/vim/
{% endif %}