TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Vimified | Ultimate VIM configuration

15 pointsby zaisteabout 13 years ago
Hello guys,<p>I wanted to get your feedback on my recent project : it aims to unify Vim configuration by aggregating some common plugins in order to provide an easy-to-use « package ».<p>It's called vimified : https://github.com/zaiste/vimified<p>The idea was to make it simpler than Janus (e.g. vundle instead of submodules et al.); it is also somehow similar to spf13-vim.<p>What do you think? Thanks!

10 comments

Calamitousabout 13 years ago
"The Ultimate Vim Configuration" is like saying "The Ultimate Pair of Pants." No matter how hard you try, one size just doesn't fit all.<p>That having been said, projects like this and Janus are definitely a step in the right direction.
评论 #3907069 未加载
vectorpushabout 13 years ago
I wish each plugin listed had a descriptive paragraph instead of just a one liner. I've meticulously curated my vimrc to accommodate my particular work-flow and visual preferences, so I'm pretty hesitant to introduce a bunch of new plugins and configurations without knowing exactly what is happening (as many of the plugins go unused if I am not distinctly aware that I wanted the functionality).
评论 #3908880 未加载
评论 #3907025 未加载
johncoltraneabout 13 years ago
Thanks for the hard work, but the only person that should decide what is or not in my .vim folder and my .vimrc is me.<p>Also the name doesn't seem very good to me : "vimifying" something means that you make something (a browser, a PDF viewer, whatever that is "non-Vim-like") more "Vim-like". Customizing the hell out of Vim is quite the opposite.
评论 #3908757 未加载
VeejayRampayabout 13 years ago
I want a rewrite of vim's internals so that it can be scripted with something else than vimscript, which is, to this day, the only way to have access to all the bang vim has to offer. And that's pretty sad cause vimscript is not a very good language.
评论 #3908333 未加载
Vitalyabout 13 years ago
How is this better then <a href="https://github.com/astrails/dotvim" rel="nofollow">https://github.com/astrails/dotvim</a> ? :)<p>The readme is better and does not pretends to be ultimate, just a pretty good one ;)
solutionyogiabout 13 years ago
Why should I choose vimified over spf13-vim? [Especially because I am on Windows and I don't see any details about Windows support.]<p>Also, why should I install plugins about languages which I don't care?
评论 #3907013 未加载
karinqeabout 13 years ago
Vim completely freezes and consumes 100% cpu right after starting up.<p>Also, the yankring plugin has a problem with non-existant ~/.vim/tmp directory.
stragerabout 13 years ago
How does boot time compare to stock/distro Vim?
odilontalkabout 13 years ago
Great selection of plugins, keep it up !
asselinpaulabout 13 years ago
How would you install this for Macvim?