作者:
eight0 (欸XD)
2023-07-27 18:52:55※ 引述《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