aboutsummaryrefslogtreecommitdiff
path: root/vim/nvim.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-09-05 11:40:27 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-09-05 11:40:27 +1200
commite5c579a8f74dc2dbb19f4468597f16bc97fd27d0 (patch)
treeb85c334e8f0010d965853c70f40972e4499a0eb4 /vim/nvim.vim
parentCorrect a comment in vim/plugin/dist.vim (diff)
downloaddotfiles-e5c579a8f74dc2dbb19f4468597f16bc97fd27d0.tar.gz
dotfiles-e5c579a8f74dc2dbb19f4468597f16bc97fd27d0.zip
Scrap the nvim.vim runtime include
It's overkill; just add comments explaining why we're setting what the Vim default is.
Diffstat (limited to 'vim/nvim.vim')
-rw-r--r--vim/nvim.vim7
1 files changed, 0 insertions, 7 deletions
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