Skip to content

Commit

Permalink
Remove unused old config
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgibbins committed Nov 21, 2017
1 parent 7f34579 commit 1450d2c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/nvim/init.vim
Expand Up @@ -71,9 +71,6 @@ let g:ledger_maxwidth = 80
let g:ledger_align_at = 60
au FileType ledger map <leader>x :call ledger#transaction_state_toggle(line('.'), ' *!')<cr>
let g:task_rc_override = 'rc._forcecolor=no rc.defaultwidth=120'
let g:task_default_prompt = ['description', 'project', 'energy', 'priority', 'due', 'tags']

nmap <silent> <C-k> <Plug>(ale_previous_wrap)
nmap <silent> <C-j> <Plug>(ale_next_wrap)
Expand Down

0 comments on commit 1450d2c

Please sign in to comment.