diff --git a/plugin/settings.vim b/plugin/settings.vim index 0052367..4895f63 100644 --- a/plugin/settings.vim +++ b/plugin/settings.vim @@ -7,6 +7,9 @@ set completeopt-=preview " Set window title to titlestring set title +" Don't show mode in command line +set noshowmode + " Show relative line numbers & current line number set number