From 5845d49c18f6108481d2e3caa2a85693b8b0e5ca Mon Sep 17 00:00:00 2001 From: dbroqua Date: Sun, 21 Jun 2020 19:37:49 +0200 Subject: [PATCH] Added node module --- dotfiles/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/vimrc b/dotfiles/vimrc index 8cffb1e..e26279b 100644 --- a/dotfiles/vimrc +++ b/dotfiles/vimrc @@ -18,6 +18,7 @@ call plug#begin('~/.vim/plugged') Plug 'ap/vim-css-color' Plug 'mileszs/ack.vim' Plug 'ctrlpvim/ctrlp.vim' + Plug 'moll/vim-node' " Initialize plugin system call plug#end()