Enabling powerline.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
b47f0b9072
commit
d951b7d15a
1 changed files with 11 additions and 0 deletions
11
debian/local/vimrc.d/powerline.vim
vendored
Normal file
11
debian/local/vimrc.d/powerline.vim
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
" /etc/vim/vimrc.d/powerline.vim
|
||||
|
||||
if filereadable("/usr/lib/python3/dist-packages/powerline/vim.py") && has('python3')
|
||||
python3 from powerline.vim import setup as powerline_setup
|
||||
python3 powerline_setup()
|
||||
python3 del powerline_setup
|
||||
|
||||
set laststatus=2
|
||||
set noshowmode
|
||||
set showtabline=2
|
||||
endif
|
Loading…
Add table
Add a link
Reference in a new issue