How can I permanently enable line numbers in IntelliJ?

后端 未结 21 2425
别那么骄傲
别那么骄傲 2020-12-02 03:26

How can I permanently enable line numbers in IntelliJ IDEA?

21条回答
  •  情深已故
    2020-12-02 04:00

    I just hit this with IdeaVim plugin installed, where even if I set Show Line Numbers, it continued to revert to hiding them.

    The (forehead-slapping-worthy) solution was:

    :set nu
    

提交回复
热议问题