From dd3de8d709549f2e5008041740e69b28b10cd907 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Sun, 25 Jun 2023 23:49:10 +0200 Subject: [PATCH] vim:plugs: Update vimwiki for Unicode support My fix was merged to support unicode table separators. This has the benefit that `|` now can be used in the cell content. --- .config/vim/vimrc.d/20-plugins.vim | 5 +++++ .local/share/vim/pack/plugins/opt/vimwiki | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.config/vim/vimrc.d/20-plugins.vim b/.config/vim/vimrc.d/20-plugins.vim index d54acd9..f01a576 100644 --- a/.config/vim/vimrc.d/20-plugins.vim +++ b/.config/vim/vimrc.d/20-plugins.vim @@ -30,3 +30,8 @@ if (exists("g:loaded_tmux_navigator")) " Disable tmux navigator when zooming the Vim pane let g:tmux_navigator_disable_when_zoomed = 1 endif + +if (get(g:, 'loaded_vimwiki')) + " Use vertical box drawing character as separator + call vimwiki#vars#set_syntaxlocal('rxTableSep', '│') +endif diff --git a/.local/share/vim/pack/plugins/opt/vimwiki b/.local/share/vim/pack/plugins/opt/vimwiki index 63af6e7..942da42 160000 --- a/.local/share/vim/pack/plugins/opt/vimwiki +++ b/.local/share/vim/pack/plugins/opt/vimwiki @@ -1 +1 @@ -Subproject commit 63af6e72dd3fa840bffb3ebcb8c96970c02e0913 +Subproject commit 942da42b96251b5b9bef4e54bb79884ebf86c1f4