Skip to content

Commit

Permalink
Update init.vim
Browse files Browse the repository at this point in the history
use `:colorscheme vim` as defult cause `https://neovim.io/doc/user/news-0.10.html`
  • Loading branch information
wyf9661 authored May 31, 2024
1 parent b3e2c69 commit 376a5b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.vim
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" 通用设置
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
:colorscheme vim
let mapleader = "," " 定义<leader>键
set nocompatible " 设置不兼容原始vi模式
filetype on " 设置开启文件类型侦测
Expand Down

0 comments on commit 376a5b2

Please sign in to comment.