aboutsummaryrefslogtreecommitdiff
path: root/vim/nvim.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-26 09:42:15 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-26 09:42:15 +1200
commita4484bd1444f51154840fe2be12e9dde6414d1ec (patch)
tree92b17d6cd8239d053c2954bfcb7748b5db95f4a8 /vim/nvim.vim
parentSet 'noruler' in .vimrc (diff)
downloaddotfiles-a4484bd1444f51154840fe2be12e9dde6414d1ec.tar.gz
dotfiles-a4484bd1444f51154840fe2be12e9dde6414d1ec.zip
Move NeoVim-specific config to subfile
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