楼主:
yam276 ('_')
2023-07-27 18:19:58Vim要装什么Plugin比较好用
我只有设定基本的小东西
windows可以让他默认帮我装vim-plug吗==
" ======================
" === Enhance Editor ===
" ======================
set number
set relativenumber
set expandtab
set tabstop = 4
set shiftwidth = 4
set ignorecase
set smartcase
set notimeout
set jumpoptions = stack
" ======================
" === Plugins Editor ===
" ======================
call plug#begin()
" ?????
call plug#end()