From 1977d5dcdeb94bfb7d690e0891d23cc4049f157b Mon Sep 17 00:00:00 2001 From: Alyxia Sother Date: Thu, 2 Dec 2021 20:46:57 +0100 Subject: [PATCH] [nvim] Add the vader plugin for exercism --- nvim/dotfiles/plugins-list.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/nvim/dotfiles/plugins-list.vim b/nvim/dotfiles/plugins-list.vim index c590f85..f6690f5 100644 --- a/nvim/dotfiles/plugins-list.vim +++ b/nvim/dotfiles/plugins-list.vim @@ -31,6 +31,7 @@ let s:plug = funcref('dotfiles#plugman#register') " }}} " Misc {{{ + call s:plug('junegunn/vader.vim') call s:plug('andweeb/presence.nvim') call s:plug('wakatime/vim-wakatime') if has('nvim-0.6.0')