Browse Source

vim: fix vimrc

Maxim Likhachev 4 years ago
parent
commit
9f145b2bfd
  1. 2
      etc/soft/nvim/vimrc
  2. 13
      etc/soft/nvim/vimrc.functions

2
etc/soft/nvim/vimrc

@ -640,7 +640,7 @@ let g:startify_commands = [ @@ -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 @ ')

13
etc/soft/nvim/vimrc.functions

@ -182,16 +182,3 @@ endfunction @@ -182,16 +182,3 @@ endfunction
" ------------------------------------------------------------------------------
" ------------------------------------------------------------------------------
" ------------------------------------------------------------------------------
" ------------------------------------------------------------------------------
" ------------------------------------------------------------------------------
" ------------------------------------------------------------------------------
" ------------------------------------------------------------------------------
" ------------------------------------------------------------------------------

Loading…
Cancel
Save