From 706f9eec508748f8984ad133e185c6ebbb5f69bc Mon Sep 17 00:00:00 2001 From: Alexis Hovorka Date: Fri, 2 Apr 2021 16:42:41 -0600 Subject: [fix] Make vim prefer only one space after periods --- base/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/base/vimrc b/base/vimrc index 203cb2d..a5e4be4 100644 --- a/base/vimrc +++ b/base/vimrc @@ -34,6 +34,7 @@ set expandtab set shiftround " use multiple of shiftwidth with '<' and '>' set autoindent set copyindent " copy the previous line's indentation +set nojoinspaces " one space after period on join xnoremap < >gv -- cgit v1.2.3-54-g00ecf