如何禁用电力线符号?

azm*_*euk 5 vim-powerline powerline

我使用安装了pip install powerline-status.

有没有办法只禁用花哨的符号,所以我不必配置任何字体来使其工作,无论我使用什么环境和段?

azm*_*euk 6

默认情况下仅提供一个 ascii 主题。

要激活它,请在.config/powerline/config.json.

{
    "common": {
        "default_top_theme": "ascii"
    },
}
Run Code Online (Sandbox Code Playgroud)