作者:
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()