vim配置與使用

來源:互聯網
上載者:User

標籤:

一、基本配置
 1 " 設定字元編碼,防止中文亂碼等問題 2 set fileencoding=utf-8 3 set fileencodings=utf-8,gb2312,gb18030,latin1 4 set termencoding=utf-8 5 set encoding=utf-8 6  7 " 文法高亮 8 syntax on 9 " 深色背景10 color evening11 " 檢測檔案類型12 filetype on13 " 根據檔案類型載入對應的外掛程式14 filetype plugin on15 " 顯示行號16 set number17 " 設定各種縮排18 set tabstop=419 set softtabstop=420 set shiftwidth=421 set autoindent22 set smartindent23 set cindent24 " tab轉化為空白格25 set expandtab26 27 " 顯示最長列邊界28 set cc=10029 30 " 高亮當前行31 set cursorline

 

二、外掛程式

1. Doxygen

地址:http://www.vim.org/scripts/script.php?script_id=987

下載DoxygenToolkit.vim,將其複製到~/.vim/plugin目錄,還可以在~/.vimrc中對其進行配置,比如配置預設的

" Doxygenlet g:DoxygenToolkit_authorName="zzq"

使用時,在命令模式,輸入:Dox即可給函數等添加doxygen注釋,輸入:DoxAuthor可給檔案添加註釋,具體見首頁協助。

三、提示

vim配置與使用

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.