From 30c64f5a42b7233170ec5341d61d2ea32fd0a801 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Tue, 31 Mar 2015 11:18:23 +0900 Subject: [PATCH] Adding plugin for TOML --- .vim/plugins.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/plugins.vim b/.vim/plugins.vim index 021d3bd..57ebff0 100644 --- a/.vim/plugins.vim +++ b/.vim/plugins.vim @@ -6,6 +6,7 @@ Plug 'https://github.com/airblade/vim-gitgutter.git' Plug 'https://github.com/antoyo/vim-licenses.git' Plug 'https://github.com/bkad/CamelCaseMotion' Plug 'https://github.com/bling/vim-airline.git' +Plug 'https://github.com/cespare/vim-toml.git' Plug 'https://github.com/christoomey/vim-sort-motion.git' Plug 'https://github.com/dhruvasagar/vim-table-mode.git' Plug 'https://github.com/fatih/vim-go.git'