Tagged Questions

4
votes
2answers
412 views

XML Schema reading/editing in vim?

As XML Schemas can be tedious to read (yes, just want to read through the schema) in their normal form, I'm wondering if anyone knows of an existing plugin for vim which will display the schema in ...
3
votes
2answers
104 views

How can I convince OS X to open txmt:// URLs in MacVim?

I guess there's not much else to the question. OS X 10.5.
2
votes
2answers
41 views

Is it possible to pass color schemes as parameters when launching vim ?

I use VIM with different types of files, so each time I need to set specific color schemes. Is it possible to pass them as parameters ? Example: vim colorscheme=desert Thanks.