From f12fe814efab15e71f9efe28f88462a1779d8e88 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Mon, 1 Jun 2020 15:29:13 +1000 Subject: [PATCH] Add factor.vim support, since I feel like playing with Factor --- config/vim/plugins.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/vim/plugins.vim b/config/vim/plugins.vim index 3c63cd5..f5ad108 100644 --- a/config/vim/plugins.vim +++ b/config/vim/plugins.vim @@ -78,6 +78,8 @@ call Plug('LaTeX-Box-Team/LaTeX-Box') call Plug('vhda/verilog_systemverilog.vim') call Plug('sheerun/vim-polyglot') +call Plug('eipipuz/factor.vim') + call Plug('ehamberg/vim-cute-python') call Plug('Glench/Vim-Jinja2-Syntax') call Plug('tweekmonster/braceless.vim')