Xinqi Bao's Git

vimrc: add comment to install powerline-vim
authorxinqibao <[email protected]>
Sun, 24 May 2020 22:07:49 +0000 (18:07 -0400)
committerxinqibao <[email protected]>
Sun, 24 May 2020 22:07:49 +0000 (18:07 -0400)
.vimrc

diff --git a/.vimrc b/.vimrc
index 1b4aaa8..23f8b45 100644 (file)
--- a/.vimrc
+++ b/.vimrc
@@ -93,6 +93,7 @@ match ExtraWhitespace /\s\+$/
 
 "use powerline-vim for normal use
 "instead of installing for both user and root
 
 "use powerline-vim for normal use
 "instead of installing for both user and root
+"run to install lib: pip3 install --user powerline-status
 python3 from powerline.vim import setup as powerline_setup
 python3 powerline_setup()
 python3 del powerline_setup
 python3 from powerline.vim import setup as powerline_setup
 python3 powerline_setup()
 python3 del powerline_setup