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'