Offensive Thinking

Internet Thoughtcrime

Update After Two Years

Posted: 2016-02-28

Wow. I cannot believe I have not updated this website in more than two years. I’ve been mainly blogging over at my brain tumor blog and completely neglected this website. Having a kid also doesn’t make it more realistic for me to have cool new technical projects I want to write about… But as I had to migrate the code for this blog from nanoc3 to nanoc4, I thought hey, why not add a blog post after all this time!

To make this post at least a little technical, here is my current collection of Vim plugins I use, as taken from my .vimrc:


call plug#begin('~/.vim/plugged')

Plug 'AndrewRadev/splitjoin.vim'
Plug 'chrisbra/csv.vim'
Plug 'chrisbra/vim-diff-enhanced'
Plug 'dahu/vim-fanfingtastic'
Plug 'vim-latex/vim-latex'
Plug 'junegunn/goyo.vim'
Plug 'junegunn/limelight.vim'
Plug 'mattn/emmet-vim'
Plug 'msanders/snipmate.vim'
Plug 'mtth/scratch.vim'
Plug 'pangloss/vim-javascript'
Plug 'plasticboy/vim-markdown'
Plug 'rhysd/vim-grammarous'
Plug 'rking/ag.vim'
Plug 'scrooloose/nerdtree'
Plug 'scrooloose/syntastic'
Plug 'Shougo/unite.vim'
Plug 'terryma/vim-multiple-cursors'
Plug 'timcharper/textile.vim'
Plug 'tlavi/SnipMgr'
Plug 'tpope/vim-fugitive'
Plug 'tpope/vim-repeat'
Plug 'tpope/vim-surround'
Plug 'tpope/vim-unimpaired'
Plug 'tyll/vim-gnupg', "menu"
Plug 'vim-scripts/Align'
Plug 'vim-scripts/comments.vim'
Plug 'vim-scripts/cream-showinvisibles'
Plug 'vim-scripts/CRefVim'
Plug 'vim-scripts/csv.vim'
Plug 'vim-scripts/scratch.vim'
Plug 'vim-scripts/taglist.vim'
Plug 'vim-scripts/vtreeexplorer'
Plug 'vim-scripts/Zenburn'
Plug 'vimwiki/vimwiki'
Plug 'vimoutliner/vimoutliner'

call plug#end()

Have fun checking out what some of those do ;). I don’t use all of them right now, I haven’t used vimoutliner in a while for example. And yes, I’m using vim-plug to handle my Vim plugins.

Update 2016-02-29: Now with more plugins that I use, many of them at work.