From 376a5b23443c0d7d5bcd42ad50d746858e4699f8 Mon Sep 17 00:00:00 2001 From: Jat-faan Wong <122584107+wyf9661@users.noreply.github.com> Date: Fri, 31 May 2024 10:53:38 +0800 Subject: [PATCH] Update init.vim use `:colorscheme vim` as defult cause `https://neovim.io/doc/user/news-0.10.html` --- init.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/init.vim b/init.vim index 6fb830d..2cba0a9 100644 --- a/init.vim +++ b/init.vim @@ -1,6 +1,7 @@ """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " 通用设置 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" +:colorscheme vim let mapleader = "," " 定义键 set nocompatible " 设置不兼容原始vi模式 filetype on " 设置开启文件类型侦测