diff --git a/Installer/_vimrc b/Installer/_vimrc index e6f9144..a43fac0 100644 --- a/Installer/_vimrc +++ b/Installer/_vimrc @@ -17,6 +17,7 @@ Plug 'https://github.com/bfrg/vim-cpp-modern' Plug 'https://github.com/skywind3000/asyncrun.vim' Plug 'https://github.com/junegunn/fzf' Plug 'https://github.com/junegunn/fzf.vim' +Plug 'https://github.com/Tetralux/odin.vim' " Themes Plug 'https://github.com/tomasr/molokai' @@ -108,7 +109,7 @@ if has("gui_running") " old listchars=tab:>-,eol:¬,trail:■,extends:»,precedes:« set listchars+=trail:■,extends:»,precedes:« if s:running_windows - set guifont=JetBrains_Mono:h9, Consolas:h11 + set guifont=JetBrains_Mono:h9,Consolas:h11 else set guifont=InputMonoCondensed:h10 endif diff --git a/win32_install.bat b/win32_install.bat index c7a0aea..4771f72 100644 --- a/win32_install.bat +++ b/win32_install.bat @@ -416,8 +416,8 @@ REM ---------------------------------------------------------------------------- REM Joplin REM ---------------------------------------------------------------------------- if !install_joplin! == 1 ( - set joplin_sha256=719c949839fc489eb8a94a0489ea4f0948b8c9857f20ee26f7e94272a39c600d - set joplin_version=2.3.5 + set joplin_sha256=83e76a272e5826268d8444d5eef675d9e043988b21818627f15a90420c0eb105 + set joplin_version=2.4.12 set joplin_dir=!tools_dir!\joplin-x64-!joplin_version! set joplin_exe=!joplin_dir!\JoplinPortable.exe