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 " ------------------------------------------------------------------------------ -" ------------------------------------------------------------------------------ - -" ------------------------------------------------------------------------------ - -" ------------------------------------------------------------------------------ - -" ------------------------------------------------------------------------------ - -" ------------------------------------------------------------------------------ - -" ------------------------------------------------------------------------------ - -" ------------------------------------------------------------------------------