1
0
Fork 0

Enabling powerline.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-21 11:24:48 +02:00
parent b47f0b9072
commit d951b7d15a
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424

11
debian/local/vimrc.d/powerline.vim vendored Normal file
View 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