Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在使用vim-airlinewithNeovim 0.5.0来编写小程序,尽管 % 符号和 ≡ 符号在右下角相互重叠,这让我很困扰。
vim-airline
Neovim 0.5.0
一个例子是:
调整窗口大小没有帮助。有没有办法调整条形的确切部分,使这两个符号不收敛?
你可以试试let g:airline_symbols.colnr = ' '。
let g:airline_symbols.colnr = ' '
我以前遇到过和你一样的问题,我用上面的解决方案解决了。
我希望这行得通。实际上,'%:' 是列符号,maxline符号占据了两个空格,因此与符号%重叠。