From 516dab7f8b5083a3c6665c29cffc28b9645b3a85 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 17 Jun 2019 20:41:34 +0200 Subject: vimrc: Don't preserve indentation on empty lines Over the years and as I've been using Vim, I've gradually stopped liking this style, and now prefer blank lines without whitespace. Rather than continuing to override the default for different filetypes, it feels like it's time to change the default. --- ftplugin/javascript.vim | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 ftplugin/javascript.vim (limited to 'ftplugin/javascript.vim') diff --git a/ftplugin/javascript.vim b/ftplugin/javascript.vim deleted file mode 100644 index fa8bd24..0000000 --- a/ftplugin/javascript.vim +++ /dev/null @@ -1,6 +0,0 @@ -" JavaScript vim settings - -" Don't preserve indentation on empty lines -inoremap -nnoremap o o -nnoremap O O -- cgit v1.2.3