※ 引述《yam276 (史莱哲林的优等生)》之铭言:
: Vim要装什么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()
editorconfig:
editorconfig-vim
快速开启档案:
fzf
text object/motions:
targets.vim
vim-surround
Session管理:
vim-prosession / vim-obsession
缩排辅助线:
indentLine
注解:
tcomment_vim
自动完成:
coc.nvim
copilot
贴上自动缩排:
vim-pasta