Do powerline setup better hopefully
This commit is contained in:
parent
ba0a9fbc57
commit
38f4b4591d
13
vimrc
13
vimrc
@ -96,14 +96,11 @@ let g:vim_markdown_frontmatter = 1
|
|||||||
let g:yapf_style = "pep8"
|
let g:yapf_style = "pep8"
|
||||||
|
|
||||||
if has("python3")
|
if has("python3")
|
||||||
python3 << eopython
|
python3 import sys
|
||||||
try:
|
python3 sys.path.append("/usr/lib/python3/dist-packages")
|
||||||
from powerline.vim import setup as powerline_setup
|
python3 from powerline.vim import setup as powerline_setup
|
||||||
powerline_setup()
|
python3 powerline_setup()
|
||||||
del powerline_setup
|
python3 del powerline_setup
|
||||||
except ImportError:
|
|
||||||
pass
|
|
||||||
eopython
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
packadd! dracula
|
packadd! dracula
|
||||||
|
Loading…
x
Reference in New Issue
Block a user