From 9ae0fe57061b92c0c5b154a0d02a87b842387cad Mon Sep 17 00:00:00 2001 From: Sebastian Burschel Date: Fri, 1 Nov 2019 16:36:24 +0100 Subject: [PATCH] New Plugin TaskList --- dotfiles/.vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/.vimrc b/dotfiles/.vimrc index 6b456e6..387ebdb 100644 --- a/dotfiles/.vimrc +++ b/dotfiles/.vimrc @@ -45,6 +45,7 @@ Plugin 'tpope/vim-fugitive' "Plugin 'lervag/vimtex' Plugin 'LaTeX-Box-Team/LaTeX-Box' Plugin 'keith/swift.vim' +Plugin 'vim-scripts/TaskList.vim' " The following are examples of different formats supported. " Keep Plugin commands between vundle#begin/end.