dotfiles posts

vim.tiny and vimrc

I tried installing my dotfiles on an unmodified Ubuntu install. My vimrc threw many errors. Ubuntu and other Debian based distros install the tiny build of vim by default, which has a lot of features disabled, including eval, but still loads the user vimrc. That means that many things that might be in there, including function and even let, do not exist in tiny. :help no-eval-feature provides a solution: Wrap everything that should only work in +eval capable versions of vim in if 1 … endif.

Continue reading post "vim.tiny and vimrc"

Atom

I finally installed Atom on my personal machine recently. I've been using it at work for quite a while now. Continue reading post "Atom"


</toby>