

<?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>Gilles Ruppert &#187; vim</title>
	<atom:link href="http://latower.com/tag/vim/feed/" rel="self" type="application/rss+xml" />
	<link>http://latower.com</link>
	<description>a.k.a. elduderino78</description>
	<lastBuildDate>Thu, 05 Aug 2010 00:59:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Integrating JSLint for vim</title>
		<link>http://latower.com/2009/10/integrating-jslint-for-vim/</link>
		<comments>http://latower.com/2009/10/integrating-jslint-for-vim/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 22:25:08 +0000</pubDate>
		<dc:creator>elduderino78</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JSLint]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://latower.com/?p=94</guid>
		<description><![CDATA[A couple of months ago I moved away from TextMate and started using vim for most of my text editing needs. I love TextMate, but I needed a powerful text editor that is also available on other operating systems. Overall &#8230; <a href="http://latower.com/2009/10/integrating-jslint-for-vim/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A couple of months ago I moved away from TextMate and started using vim for most of my text editing needs. I love TextMate, but I needed a powerful text editor that is also available on other operating systems.</p>
<p>Overall I love vim: it has a steep learning curve, but it&#8217;s very powerful.If you are touch-typing and loath the mouse as much as I do, it&#8217;s fantastic. But I found myself missing out on some of TextMate&#8217;s great bundles, and JSLint integration is one of them. After some googling around and looking at different solutions, this is the one that was easiest to install and I like the functionality.</p>
<p>First <a title="Download and install JSLint" href="http://www.javascriptlint.com/download.htm" target="_blank">download</a> &amp; install JavaScript Lint. On OSX &amp; Linux, you can do so by copying the resulting folder into your PATH. I put it in /usr/local/bin/.</p>
<p>Then <a title="Download JavaScript Lint vim plugin" href="http://www.vim.org/scripts/script.php?script_id=2578" target="_blank">get the JavaScriptLint vim plugin</a> by Joe Stelmach and restart vim.</p>
<p>Off you go. When you save a JavaScript file in vim, you will get a window with JSLint warnings. If you want to configure JSLint to show/hide certain errors, you can edit the config (jsl.default.conf) in the folder. You might want to backup the file before editing it.</p>
<p>Happy linting!</p>
]]></content:encoded>
			<wfw:commentRss>http://latower.com/2009/10/integrating-jslint-for-vim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
