From f660359cb4083213694242f10b0382116ede71fa Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Tue, 10 Sep 2024 22:53:09 +0200 Subject: [PATCH] updated .vimrc --- configs/.vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/.vimrc b/configs/.vimrc index c09958e5..189b9011 100644 --- a/configs/.vimrc +++ b/configs/.vimrc @@ -143,6 +143,8 @@ Plugin 'terrastruct/d2-vim' Plugin 'tpope/vim-fugitive' Plugin 'tpope/vim-surround' Plugin 'tmux-plugins/vim-tmux' +" https://github.com/motus/pig.vim +"Bundle "motus/pig.vim" " comment at start of line instead of code indentation level " doesn't work: https://github.com/preservim/nerdcommenter/issues/467