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"
|
||||
|
||||
if has("python3")
|
||||
python3 << eopython
|
||||
try:
|
||||
from powerline.vim import setup as powerline_setup
|
||||
powerline_setup()
|
||||
del powerline_setup
|
||||
except ImportError:
|
||||
pass
|
||||
eopython
|
||||
python3 import sys
|
||||
python3 sys.path.append("/usr/lib/python3/dist-packages")
|
||||
python3 from powerline.vim import setup as powerline_setup
|
||||
python3 powerline_setup()
|
||||
python3 del powerline_setup
|
||||
endif
|
||||
|
||||
packadd! dracula
|
||||
|
Loading…
Reference in New Issue
Block a user