Search code examples
vimvivundlevim-airline

Vim-airline generating gaps at bottom


I installed the Vimair line using Vundle, as below,

Plugin 'vim-airline/vim-airline' Plugin 'vim-airline/vim-airline-themes'

But the status bar is generating some of the margins at bottom. I don't know how to fix this, as I am a new learner. A sample screen shoot is shown below. The extra margin is at the bottom in black


Solution

  • So I was having the same issue (neovim in WSL in windows terminal).
    I just clicked and dragged it down

    I also have set mouse=a in init.vim

    Before: Before

    After: After