From 585f89e4186454bd340da6a48fbb12cc382307e0 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Mon, 18 Oct 2021 19:50:26 +0300 Subject: [PATCH] vim: fix vimrc --- etc/soft/nvim/vimrc | 2 +- etc/soft/nvim/vimrc.functions | 13 ------------- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/etc/soft/nvim/vimrc b/etc/soft/nvim/vimrc index a0feaae..f381225 100644 --- a/etc/soft/nvim/vimrc +++ b/etc/soft/nvim/vimrc @@ -640,7 +640,7 @@ let g:startify_commands = [ \ {'m': ['Make current project ($ make)', 'make']}, \ ] -let g:ascii = systemlist('git-cal --unicode 2>/dev/null | head -n 10 | grep -v fatal || echo) +let g:ascii = systemlist('git-cal --unicode 2>/dev/null | head -n 10 | grep -v fatal || echo') " ++todo let g:ascii = systemlist('git-cal --unicode 2>/dev/null | head -n 10 | grep -v fatal || echo; echo; todolist | head | sed "s/^/ /; s/:.*TODO:/@TODO:/" | column -t -s @ ') diff --git a/etc/soft/nvim/vimrc.functions b/etc/soft/nvim/vimrc.functions index 6b0632f..9f01826 100644 --- a/etc/soft/nvim/vimrc.functions +++ b/etc/soft/nvim/vimrc.functions @@ -182,16 +182,3 @@ endfunction " ------------------------------------------------------------------------------ -" ------------------------------------------------------------------------------ - -" ------------------------------------------------------------------------------ - -" ------------------------------------------------------------------------------ - -" ------------------------------------------------------------------------------ - -" ------------------------------------------------------------------------------ - -" ------------------------------------------------------------------------------ - -" ------------------------------------------------------------------------------