aboutsummaryrefslogtreecommitdiff
path: root/vim/nvim.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/nvim.vim')
-rw-r--r--vim/nvim.vim7
1 files changed, 7 insertions, 0 deletions
diff --git a/vim/nvim.vim b/vim/nvim.vim
new file mode 100644
index 00000000..3ad54f57
--- /dev/null
+++ b/vim/nvim.vim
@@ -0,0 +1,7 @@
+" 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