vim 配置 部分相關內容

來源:互聯網
上載者:User

標籤:centos7   vim   亂碼   terminal   linux   

1.vim添加外掛程式

GitHub上面yangyangwithgnu寫的很好,推薦:https://github.com/yangyangwithgnu/use_vim_as_ide

但是,好像有的也不能用,當然時極少的一丟丟。

2.yangyangwithgnu用的vim-powerline感覺很漂亮,他的文章中也有項目首頁:https://github.com/Lokaltog/vim-powerline

可是,我的安裝完外掛程式後,箭頭顯示亂碼;

解決方案:安裝powerline字型: https://github.com/eugeneching/consolas-powerline-vim

cd ~/.fonts

解壓consolas-powerline-vim字型到linux賬戶主目錄下~/.fonts裡

mkfontscale

mkfontdir

fc-cache -vf

rm ~/.vim/bundle/vim-powerline/*.cache


.vimrc

" vim-powerline

set encoding=utf-8
set laststatus=2
set t_Co=256   
let g:Powerline_symbols= "fancy"

setfillchars+=stl:\ ,stlnc:\


3.centos7 的gnome-terminal在使用vim-powerline外掛程式時配色顯示沒有terminator(選擇的solarized-dark)的好

解決方案:配置solarized色彩配置

在這個網址可以很好的解決:http://www.if-not-true-then-false.com/2012/solarized-linux/

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.