Also does anyone see where they are setting the /// to comment? Commentary uses gcc and I don't see it in their vimrc.
Square open-sources its Vim repo, Maximum Awesome
31–40 of 145 posts
Re: Square open-sources its Vim repo, Maximum Awesome
#32https://github.com/carlhuda/janus is a slightly more plugintastic distribution. There's a lot of plugins included and they've all been configured to work well with each other.
[1] https://github.com/tpope/vim-pathogen [2] https://github.com/gmarik/vundle
Re: Square open-sources its Vim repo, Maximum Awesome
#33Re: Square open-sources its Vim repo, Maximum Awesome
#34Re: Square open-sources its Vim repo, Maximum Awesome
#35sudo xcode-select -switch /Applications/Xcode5-DP6.app
To get the command=T to compile
Re: Square open-sources its Vim repo, Maximum Awesome
#36Ok, got this cloned and installed. If I'm moving from Sublime to vim, where do I go now? I know a few basic vim commands (switch modes, edit, write, quit) but have never used it to work on a complete project in a directory.
Re: Square open-sources its Vim repo, Maximum Awesome
#37Earlier quoted context omitted.
Because everybody has at some point tried to run rake on a new project and found some version incompatibility along the depth of the abyss^Wstack.
Hasn't bundler solved that particular problem for a few years?
In practice I've found bundler to be just another layer that can have the wrong version: http://xkcd.com/927. But I have no interest in bringing up old painful episodes, I'm done with the ruby eco-system. So I'll just restrict my response to the previous paragraph.
Re: Square open-sources its Vim repo, Maximum Awesome
#38Ok, got this cloned and installed. If I'm moving from Sublime to vim, where do I go now? I know a few basic vim commands (switch modes, edit, write, quit) but have never used it to work on a complete project in a directory.
Re: Square open-sources its Vim repo, Maximum Awesome
#39I got it installed, I have installed multiple versions of XCode 5 betas and needed to run: sudo xcode-select -switch /Applications/Xcode5-DP6.app To get the command=T to compile
and I get:
$ git clone git@github.com:square/maximum-awesome.git && cd maximum-awesome && rake
Cloning into 'maximum-awesome'...
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
Re: Square open-sources its Vim repo, Maximum Awesome
#40As another commenter already pointed out, a common pattern is for people to try such a configuration, and end up starting again from scratch because, frankly, it doesn't work for them. Emphasis on "for them". I'm not saying you shouldn't share your setup. I wouldn't have learned vim (or screen back in the day, or pine, or many others) if I didn't crib from the dotfiles of those before me. But at some point, your setu…
Starting from blank and building my own dotfiles is what did the trick for me. Using a big ass template actually made it more difficult.