a-shell icon indicating copy to clipboard operation
a-shell copied to clipboard

Vim powerline crash

Open tebra-jl opened this issue 2 years ago • 3 comments

Hi, thanks for this great app. I have installed powerline for vim with this command: pip install powerline-status

Then select this fond:

$ config --show
Droid Sans Mono for Powerline 13.0 pt,  background: system  foreground: system  cursor: system

Vim start and display the powerline but a-Shell close/crash when switching to edit mode with « i » key.

This is my .vimrc

syntax on
set incsearch
set hlsearch
set lazyredraw
set number
" Configurazione Netrw (browser file di Vim)
let g:netrw_liststyle = 3      " Stile dell'alberatura dei file
let g:netrw_browse_split = 3  " File aperto in un nuovo tab (1 split orrizzontale, 2 split verit
let g:netrw_winsize = 25      " split di 25 caratteri
python3 from powerline.vim import setup as powerline_setup
python3 powerline_setup()
python3 del powerline_setup
set laststatus=2

tebra-jl avatar Feb 09 '22 10:02 tebra-jl

Hi, thanks for signaling this one. I can reproduce it, which is good news, but I have no ideas where it's coming from, which is bad news. I can trace it to python calling an unitialized pointer to a function, but that's it.

holzschu avatar Feb 09 '22 13:02 holzschu

as workaround, I’m using vim-airline plugin

tebra-jl avatar Mar 03 '22 14:03 tebra-jl

lightline ❤️

normen avatar May 07 '22 21:05 normen