8385ed00af
Fix error in powerline (ascii can't decode) Get vim plugins directly from git
5 lines
100 B
Python
5 lines
100 B
Python
c = get_config()
|
|
|
|
c.InteractiveShellApp.extensions = [
|
|
'powerline.bindings.ipython.post_0_11'
|
|
]
|