dots/link/mac/vimrc_os_specific
2019-05-25 13:27:15 -04:00

4 lines
132 B
Text

" enable powerline
python3 from powerline.vim import setup as powerline_setup
python3 powerline_setup()
python3 del powerline_setup