Update joplin, add odin syntax highlighter

This commit is contained in:
doyle 2021-11-20 22:19:46 +11:00
parent 37c97dc5ac
commit ff66fb501b
2 changed files with 4 additions and 3 deletions

View File

@ -17,6 +17,7 @@ Plug 'https://github.com/bfrg/vim-cpp-modern'
Plug 'https://github.com/skywind3000/asyncrun.vim' Plug 'https://github.com/skywind3000/asyncrun.vim'
Plug 'https://github.com/junegunn/fzf' Plug 'https://github.com/junegunn/fzf'
Plug 'https://github.com/junegunn/fzf.vim' Plug 'https://github.com/junegunn/fzf.vim'
Plug 'https://github.com/Tetralux/odin.vim'
" Themes " Themes
Plug 'https://github.com/tomasr/molokai' Plug 'https://github.com/tomasr/molokai'

View File

@ -416,8 +416,8 @@ REM ----------------------------------------------------------------------------
REM Joplin REM Joplin
REM ---------------------------------------------------------------------------- REM ----------------------------------------------------------------------------
if !install_joplin! == 1 ( if !install_joplin! == 1 (
set joplin_sha256=719c949839fc489eb8a94a0489ea4f0948b8c9857f20ee26f7e94272a39c600d set joplin_sha256=83e76a272e5826268d8444d5eef675d9e043988b21818627f15a90420c0eb105
set joplin_version=2.3.5 set joplin_version=2.4.12
set joplin_dir=!tools_dir!\joplin-x64-!joplin_version! set joplin_dir=!tools_dir!\joplin-x64-!joplin_version!
set joplin_exe=!joplin_dir!\JoplinPortable.exe set joplin_exe=!joplin_dir!\JoplinPortable.exe