From 5a238e165cde2d3de0f9f782cdb3e4a9c058dc96 Mon Sep 17 00:00:00 2001 From: druckdev <63563978+druckdev@users.noreply.github.com> Date: Tue, 13 Oct 2020 00:46:57 +0200 Subject: [PATCH] vim: Unset `joinspaces` --- .config/vim/vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/vim/vimrc b/.config/vim/vimrc index bfecd2f..6679b6c 100644 --- a/.config/vim/vimrc +++ b/.config/vim/vimrc @@ -30,6 +30,8 @@ set cursorline set formatoptions=tcroqlj " Keep lines under 80 characters. set textwidth=80 +" Do not insert two spaces before a new sentence when formatting +set nojoinspaces " see :help persistent-undo set undofile " Update every 300ms for better experience with plugins like gitgutter and coc