Don't show the default status line in nvim

Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
Louis Vallat 2021-11-17 11:49:01 +01:00
parent 78f04a4b04
commit 627bcf405c
No known key found for this signature in database
GPG Key ID: 0C87282F76E61283

View File

@ -1,4 +1,5 @@
set number norelativenumber
set noshowmode
" https://stackoverflow.com/a/1878983
set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab