From 30d35241aff8066158e68cf1762dffcb44097130 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Thu, 30 Jul 2015 10:39:40 +0900 Subject: [PATCH] Add vim-interestingwords --- .vim/plugins.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/plugins.vim b/.vim/plugins.vim index fc7bdba..fb29bd8 100644 --- a/.vim/plugins.vim +++ b/.vim/plugins.vim @@ -33,6 +33,7 @@ Plug 'https://github.com/tpope/vim-surround' Plug 'https://github.com/tpope/vim-unimpaired.git' Plug 'https://github.com/tpope/vim-vinegar.git' Plug 'https://github.com/tyru/open-browser.vim.git' +Plug 'https://github.com/vasconcelloslf/vim-interestingwords.git' Plug 'https://github.com/vim-latex/vim-latex.git' if has('unix')