Update joplin, add odin syntax highlighter
This commit is contained in:
parent
37c97dc5ac
commit
ff66fb501b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user