From cbea004fa4f884be9c2fdab85239ba1c7939ce2e Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Sat, 6 Apr 2024 17:15:06 +0200 Subject: [PATCH] update vimrc --- .vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vimrc b/.vimrc index 107e589..ec3aed4 100644 --- a/.vimrc +++ b/.vimrc @@ -1,4 +1,5 @@ " GENERAL CONFIGS ---------------------------------------------------------------------------------- +colorscheme slate " use a less ugly colorscheme syntax on " syntax highlighting set nocompatible " disable compatibility to old-time vi set number @@ -23,6 +24,7 @@ set numberwidth=4 " How much space the line numbers should take set signcolumn=yes " Show extra icons in the line numbers (like git marks, errors) set timeout timeoutlen=400 " How long to wait for non prefix free hotkey melodies set ttimeoutlen=0 +set nowrap " Avoid showing message extra message when using completion set shortmess+=c