commit 2ce80f9f70675d6c5cd08bfcd7e2a517d1687347
parent ef47c065683e39b0d8ed01371a824332f9625e7b
Author: Matsuda Kenji <info@mtkn.jp>
Date: Wed, 21 Dec 2022 12:12:53 +0900
disable numbering and coloring
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.config/vim/vimrc b/.config/vim/vimrc
@@ -2,13 +2,13 @@ set fenc=utf-8
set encoding=utf-8
filetype on
-set number
+set nonumber
set autoindent
set shiftwidth=4
set tabstop=4
set viminfo=
syntax off
-
+set t_Co=0
map <up> <nop>
map <down> <nop>