Vimstack  

Why? #

I want a good quality vim setup that does not depend on ruby, perl or python. Just pure old vimscript for
easy deployment to whatever box I am currently using. (i.e it will fallback gracefully)

VimStack by default is mostly setup for work in ruby, javascript, html, css, go and c. However, adding plugins to extend
it for whatever tools you need is trivial.

Vimstack comes with two color schemas: epix (gvim) and threatstack (terminal vim). Both color schemas were created by me modified from
ir_black (https://github.com/wesgibbs/vim-irblack). The default color schema is threatstack.

The stuff I use with vim #

Emmet is amazing #

Plugins I Use Via Vundle (https://github.com/gmarik/vundle) #

Bundle 'gmarik/vundle'
Bundle 'terryma/vim-multiple-cursors'
Bundle 'tpope/vim-capslock'
Bundle 'tpope/vim-abolish'
Bundle 'terryma/vim-expand-region'
Bundle 'nono/vim-handlebars'
Bundle 'molok/vim-smartusline'
Bundle 'kana/vim-smartinput'
Bundle 'ervandew/nerdcommenter'
Bundle 'tpope/vim-fugitive'
Bundle 'tpope/vim-repeat'
Bundle 'tpope/vim-unimpaired'
Bundle 'ervandew/supertab'
Bundle 'tpope/vim-endwise'
Bundle 'tpope/vim-git'
Bundle 'tpope/vim-surround'
Bundle 'mattn/emmet-vim'
Bundle 'mileszs/ack.vim'
Bundle 'pangloss/vim-javascript'
Bundle 'mmalecki/vim-node.js'
Bundle 'tpope/vim-ragtag'
Bundle 'vim-scripts/SingleCompile'
Bundle 'int3/vim-extradite'
Bundle 'mattn/webapi-vim'
Bundle 'kien/ctrlp.vim'
Bundle 'mattn/ctrlp-register'
Bundle 'tacahiroy/ctrlp-funky'
Bundle 'garbas/vim-snipmate'
Bundle 'tomtom/tlib_vim'
Bundle 'MarcWeber/vim-addon-mw-utils'
Bundle 'mephux/snipmate-snippets'
Bundle 'fsouza/go.vim'
Bundle 'tommcdo/vim-lion'
Bundle 'bruno-/vim-vertical-move'
Bundle 'scrooloose/nerdtree'
Bundle 'tpope/vim-vinegar'
Bundle 'justinmk/vim-gtfo'

More information can be found here. https://github.com/mephux/vimstack

VimStack

 
33
Kudos
 
33
Kudos

Now read this

Envdb: Ask your environment questions.

I recently released a open source project called EnvDB. Envdb allows you to deploy osquery to your assets and ask them questions in an ad-hoc fashion. Think of each osquery install as a node in a database cluster. Envdb adds the glue to... Continue →