<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Powerline &#8211; HU Xiaoxu</title>
	<atom:link href="https://blog.ihuxu.com/tag/powerline/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.ihuxu.com</link>
	<description>a software engineer&#039;s blog</description>
	<lastBuildDate>Sun, 03 Mar 2024 04:23:58 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>
	<item>
		<title>Powerline 插件安装之 Vim 篇（Mac）</title>
		<link>https://blog.ihuxu.com/the-powerline-plugin-installation-in-vim/</link>
					<comments>https://blog.ihuxu.com/the-powerline-plugin-installation-in-vim/#comments</comments>
		
		<dc:creator><![CDATA[HU Xiaoxu]]></dc:creator>
		<pubDate>Thu, 23 Jun 2016 07:23:57 +0000</pubDate>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Dev Tool]]></category>
		<category><![CDATA[Vim]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Original]]></category>
		<category><![CDATA[Powerline]]></category>
		<category><![CDATA[VIM]]></category>
		<guid isPermaLink="false">http://www.ihuxu.com/blog/?p=912</guid>

					<description><![CDATA[Powerline 是 Vim 的状态栏插件，同时也提供状态栏和提示窗口功能给其他一些应用，包括 zsh，bash，Tmux，IPython，Awesome，i3 和 Qtile。这篇文字只谈 Vim 上的安装。 环境与工具 系统：OS X EI Capitan version 10.11.5 终端：Terminal Vim ：v7.4.1914 Xcode: 7.3.1（Xcode 的版本过低会影响一些依赖库的安装，我在 6.5 的情况下安装一些软件会出些问题，避免麻烦升级下） Python：3.5.1 源码： python: https://www.python.org/ftp/python/3.5.1/Python-3.5.1.tar.xz vim: https://github.com/vim/vim/archive/v7.4.1949.tar.gz 安装 Python ./configure&#160; --prefix=/usr/local/python351 make &#38; make install Vim Vim 的安装需要使用 Python 的配置 ./configure --prefix=/usr/local/vim741949 --enable-multibyte --with-tlib=ncurses --enable-cscope --with-features=big --with-python3-config-dir=/usr/local/python351/lib/python3.5/config-3.5m --enable-pythoninterp make &#38; make install 字体 将源码（https://github.com/powerline/fonts）clone 到本地后，执行如下命令： ./install.sh 配置 .vimrc 我是用 Vundle 来管理 Vim 插件的，所以需要配置如下项: Plugin 'powerline/powerline'&#160; 在 Vim<div class="read-more"><a class="btn read-more-btn" href="https://blog.ihuxu.com/the-powerline-plugin-installation-in-vim/">Read More</a></div>]]></description>
		
					<wfw:commentRss>https://blog.ihuxu.com/the-powerline-plugin-installation-in-vim/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
