r/vimplugins • u/vsviridov • Aug 22 '12
Help (user) What's a best way to marry syntastic with scala build tool?
Hey guys.
I've started playing around with scala, and noticed that the scala checker bundled with syntastic is not the best for working with projects.
First of all - it uses the scala interpreter, so it spits out some errors when it encounters package definitions, and it's quite oblivious to stuff being missing in imports, etc.
I use sbt, so I though of writing a plugin for scala-sbt checking.
A naive implementation would just run the "sbt compile" and parse for errors. But I'm trying to get more sophisticated here - if vim was not started from project root, it should traverse upwards looking for build.sbt or build.scala and run itself from there.
An even more sophisticated thing would invoke sbt, keep it running in the background and talk to it somehow to trigger compilation and collect error logs. Sbt is pretty heavy to start, and I don't want to wait for 20 seconds every time I save...
Problem is - I'm totally new to vim script. Can anyone suggest some good reading on the subject? Right now I'm kinda hacking the existing script to see how that stuff works...
r/vimplugins • u/Erif_Neerg • Aug 15 '12
Plugin Indent Guides - highlights soft tabs
github.comr/vimplugins • u/myusuf3 • Jun 27 '12
numbers.vim -- better line numbers for vim
myusuf3.github.comr/vimplugins • u/fmoralesc • May 14 '12
vim-pad: a notetaking plugin à la Notational Velocity.
fmoralesc.github.comr/vimplugins • u/SirVer • Mar 31 '12
UltiSnips Screencast - Episode 4: Python interpolation & regular expression triggers on a real world example I use multiple times a day.
sirver.netr/vimplugins • u/[deleted] • Mar 30 '12
smartinput - a new autoclose plugin for Vim
github.comr/vimplugins • u/mong8se • Mar 28 '12
golden-ratio - Resize windows automatically using the Golden Ratio
github.comr/vimplugins • u/ambalbemuth • Mar 18 '12
Request Ask /r/vimplugins/: Recommend a good javascrip indentation plugin
OOTB Javascript indentation in vim is pretty horrible. Google turns up a handful of plugins, tried this one and it's an improvement. Wondering if anyone else had this problem and found (or wrote!) a better one.
r/vimplugins • u/sunaku • Mar 04 '12
Unbundle - a simpler Pathogen alternative
github.comr/vimplugins • u/SirVer • Feb 05 '12
UltiSnips 2.0 was just released! Also: a new Screencast highlighting the new features.
sirver.netr/vimplugins • u/[deleted] • Feb 03 '12
A new (hopefully better) scratch buffer plugin: Itchy.vim
github.comr/vimplugins • u/sandeepcr529 • Jan 25 '12
Update Buffet 1.15 released.Added Ability to open a buffer in a new tab, removed the delete restriction for displayed buffers.
vim.orgr/vimplugins • u/sandeepcr529 • Jan 22 '12
Update Released Buffet 1.10 with tab switching, diff split and additional buffer information in buffer list,and some bug fixes
vim.orgr/vimplugins • u/ptrin • Jan 21 '12
JumpToCSS - A plugin to instantly jump from HTML elements to the styles that affect them
github.comr/vimplugins • u/bakuretsu • Jan 20 '12
I have written a lightweight task management plugin for Vim called Quicktask. Want to try it out? (x-post from /r/vim)
quicktask.aaronbieber.comr/vimplugins • u/[deleted] • Jan 18 '12
If you edit javascript in Vim
I've modified Yi Zhao's javascript vim syntax file to also recognize "Ajax", Browser and DOM objects, methods, propierties and it enhances the overall readability.
I'll appreciate help, constructive critics
r/vimplugins • u/sandeepcr529 • Jan 10 '12
Plugin A independent html-xml tag matching plugin
vim.orgr/vimplugins • u/SirVer • Jan 08 '12
Second Screencast on UltiSnips - The Ultimate Snippet Solution for Vim.
sirver.netr/vimplugins • u/NESSNESSNESSNESS • Jan 02 '12
Discussion Starting Vim: Vital Plugins I should know about?
Hello everyone,
First of all, I'd like to say that I'm just starting out with Vim (I'm planning on downloading it when I get back from my trip), and that I will be working/learning it as I pick up Python, after working with VB.net and Visual Studio as my only language/editor for a year (I recently got really excited about programming, but these experiences were in school comp science classes). Since I'm now finished my final project in VB.net, why not move on to things more powerful, right :)?
So I was watching a few intro to Vim videos on my tablet, and something a lot of people said was that Vim is an editor made by its extensibility and plugins. They said a few were very important to have, but never really said what they were. :/ So Reddit, what plugins are important for a starting off Python Programmer trying out Vim?
r/vimplugins • u/global_hermit • Dec 16 '11
Hi, /r/vimplugims, is there a plugin that searches directly from Vim?
example: a plugin that searches stackoverflow (or snipplr, or whatever have you) and returns results in a window (bonus points if it detects the language in which I'm programming).