aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--_vim/vimrc3
1 files changed, 3 insertions, 0 deletions
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
""""""""""""""""""""""""""""""