From 9c20907fca15267d5f900f41b145c834a27812c3 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sat, 22 Dec 2018 14:37:22 +0800 Subject: vim: Tweak configurations Credit: https://github.com/tpope/vim-sensible --- _vim/vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_vim/vimrc b/_vim/vimrc index d0e2b23..ec139d2 100644 --- a/_vim/vimrc +++ b/_vim/vimrc @@ -88,6 +88,8 @@ set foldcolumn=1 " Highlight the current line set cursorline +set listchars=tab:>\ ,trail:-,extends:>,precedes:<,nbsp:+ + """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " => Colors and Fonts @@ -146,6 +148,7 @@ set wrap set linebreak set formatoptions+=m " Break at multi-byte characters (e.g., CJK) +set formatoptions+=j " Delete comment character when joining commented lines """""""""""""""""""""""""""""" -- cgit v1.2.2