syl20bnr / spacemacs

A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
http://spacemacs.org
GNU General Public License v3.0
23.64k stars 4.89k forks source link

Do we still need to keep `vim-empty-lines` layer, or merge it into `spacemacs-evil` to replace `vi-tilde-fringe`? #15596

Closed rayw000 closed 2 years ago

rayw000 commented 2 years ago

I notice that spacemacs-evil layer requires package vi-tilde-fringe to mark empty lines with a leading ~, while vim-empty-lines layer uses vim-empty-lines-mode to implement the same feature. Do we need to keep both of them? Or could we drop vim-empty-lines layer and move its code into spacemacs-evil to replace vi-tilde-fringe?

smile13241324 commented 2 years ago

Lets merge it. I will check your PR later.