Update Vim configs

This commit is contained in:
Bill Niblock 2017-05-22 23:57:51 -04:00
parent 632daf66a9
commit 4d55222f52
2 changed files with 22 additions and 27 deletions

View file

@ -36,7 +36,6 @@ call plug#end()
" ==============================================================================
" Colorscheme - minimalist configuration
set t_Co=256
colorscheme minimalist
" Syntastic configs
@ -48,7 +47,7 @@ let g:syntastic_check_on_wq = 1
let g:syntastic_sh_checkers = [ 'shellcheck', 'sh' ]
" Vimwiki Configs
let g:vimwiki_list = [{'path': '~/vimwiki/', 'auto_tags': 1}]
let g:vimwiki_list = [{'path': '~/Workbench/vimwiki/', 'auto_tags': 1}]
"" Insert my journal template, and the current date
nnoremap <silent><leader>tj :call NewJournal()<CR>
function! NewJournal()