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:
parent
a49688b71d
commit
53482a87d7
@ -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 %}
|
Loading…
Reference in New Issue
Block a user