--- categories: vim vim-plugin ... 好用 plugin 分享 =============== Syntastic --------- **簡介** 可以在使用 vim 存檔(:w)時幫你檢查語意、語法的錯誤,支援多種語言(c/c++, python, perl, php ...) **相關連結** repo on github: https://github.com/scrooloose/syntastic taglist ------- **簡介** 可以在 vim 的左側建立分割視窗,列出程式中的變數、函式等方便檢視、跳躍。 **相關連結** vim-scripts page: http://www.vim.org/scripts/script.php?script_id=273 repo on github: https://github.com/vim-scripts/taglist.vim Snipmate -------- 自動完成工具,只要輸入 keyword 再按下 tab,Snipmate 便會幫你產生片段程式碼。 Vim Scripts: http://www.vim.org/scripts/script.php?script_id=2540 Github: https://github.com/msanders/snipmate.vim Reference ========= - [十個必用的 Vim Plugin - OpenFoundry ](http://www.openfoundry.org/en/tech-column/2244--vim-plugin)