From e5c579a8f74dc2dbb19f4468597f16bc97fd27d0 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 5 Sep 2018 11:40:27 +1200 Subject: Scrap the nvim.vim runtime include It's overkill; just add comments explaining why we're setting what the Vim default is. --- vim/nvim.vim | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 vim/nvim.vim (limited to 'vim/nvim.vim') diff --git a/vim/nvim.vim b/vim/nvim.vim deleted file mode 100644 index 3ad54f57..00000000 --- a/vim/nvim.vim +++ /dev/null @@ -1,7 +0,0 @@ -" Configuration specific to NeoVim - -" Don't show a statusline if there's only one window -set laststatus=1 - -" Disable command line display of file position -set noruler -- cgit v1.2.3