vimrc

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules

commit c42a623a0f63717e0d61ab7b0a02bb6c41e7e1e0
parent 805684230e41dbd2cf4e8e202da53fa4e0664e7f
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Tue,  7 May 2024 01:14:27 -0500

Set t_Co=16

Diffstat:
Mvimrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/vimrc b/vimrc @@ -3,6 +3,7 @@ set history=10000 set noshowmode set backspace=start,eol set incsearch +set t_Co=16 if has('win32') set pythonthreedll=$LOCALAPPDATA\Programs\Python\Python312\python312.dll