顯示具有 Vim 標籤的文章。 顯示所有文章
顯示具有 Vim 標籤的文章。 顯示所有文章

2016年11月19日

Mac - 替 Vim 安裝語法檢查工具:Syntastic ( Install Syntastic for Vim on Mac )

Syntastic 是一個檢查程式語法的工具,它不僅預設支援多種程式語言,而且可進一步結合其他工具針對 Coding Style 進行檢查 (例如 PEP 8),對於想要把 Vim 當做 IDE 的人相當的有用。本篇將介紹如何在 macOS 上安裝、使用Syntastic。( 其他 Mac 相關教學可以參考本篇整理。If you want to read this article in English, you can visit here )

2016年9月18日

PHP - 使用 Vim、Vdebug 與 Xdebug 替容器化 PHP 應用除錯 ( Debug containerised PHP application using Xdebug with Vim and Vdebug )

Xdebug 是一個很強大的 Debug 工具,相信 PHP 開發者應該不陌生。但隨著 Docker 越來越受開發者青睞,Debug 環境、方式變得比較複雜。因此,本篇將介紹如何使用 Vim、Vdebug 與 Xdebug 替容器化 PHP 應用除錯。( If you want to read this article in English, you can visit here )

2016年6月4日

Mac - 替 Vim 安裝 Tagbar ( Install Tagbar for Vim on Mac OS X )

Tagbar 是一個幫你分析檔案內容,將其內容結構化顯示的工具,因此對於把 Vim 當做 IDE 的人會相當的有用。本篇將介紹如何在 Mac OS X 上安裝、使用 Tagbar。( 其他 Mac 相關教學可以參考本篇整理。If you want to read this article in English, you can visit here )

2016年5月23日

Linux - 安裝 NERDTree Tabs ( Install NERDTree Tabs for Vim on Linux )

在 Vim 中操作需要樹狀化顯示資料夾、檔案時可以使用 NERDTree 工具,而為了更加一步讓 Vim 操作起來更像與時俱進的 IDE,我們可以使用 NERDTree Tabs 來強化它。因此本篇將介紹如何在 Vim 中安裝、使用 NERDTree Tabs。( 其他 Linux 相關教學可以參考本篇整理。If you want to read this article in English, you can visit here )

2015年3月20日

Arch Linux - 為 Vim 安裝樹狀顯示目錄、檔案工具 : NERD Tree ( Install NERD Tree for Vim on Arch Linux )

在 Terminal 中操作需要樹狀化顯示資料夾、檔案時可以使用 Tree 工具 ( 請參考此篇 ),而在 Vim 中編寫程式時更需要這種功能,因此本篇將介紹如何在 Vim 中安裝、使用 NERD Tree。( 其他 Arch Linux 相關教學可以參考本篇整理 )

2015年3月17日

Arch Linux - 為 Vim 安裝加速 Web 開發套件 : Emmet-vim ( Install Emmet-vim for Vim on Arch Linux )

Emmet 是一個可以快速提升 Web developer 工作效率的工具,先前也寫過一篇關於 Sublime Text 2 使用 Emmet 套件。本篇將介紹如何在 Vim 中安裝、使用 Emmet-vim。( 其他 Arch Linux 相關教學可以參考本篇整理 )

2015年3月15日

Arch Linux - 為 Vim 安裝套件管理工具 : Vundle ( Install Vundle for Vim on Arch Linux )

Vim 擁有很多強大、方便的套件,也因此催生出專門為 Vim 管理套件的工具 : Vundle,本篇將介紹如何安裝、使用 Vundle。( 其他 Arch Linux 相關教學可以參考本篇整理 )

2015年3月11日

Arch Linux - Vim 設定 ( Configure Vim on Arch Linux )

基於 Arch Linux 的 Vim 設定方式跟其他 Linux 發行版本有些微差異,因此本篇內容將相關設定方法記錄下來供參考。( 其他 Arch Linux 相關教學可以參考本篇整理 )

熱門文章