Version 1.5.1

* Add ext mark priority
This commit is contained in:
Lukas Reineke
2022-01-22 14:26:28 +09:00
parent 2296cb4ef6
commit 28085db33a
2 changed files with 5 additions and 1 deletions
+4 -1
View File
@@ -2,7 +2,7 @@
Author: Lukas Reineke <lukas.reineke@protonmail.com>
Version: 1.5.0
Version: 1.5.1
==============================================================================
CONTENTS *virt-column.nvim*
@@ -88,6 +88,9 @@ virtcolumn *virt-column-virtcolumn*
==============================================================================
4. CHANGELOG *virt-column-changelog*
1.5.1
* Add ext mark priority
1.5.0
* Fix table concat bug
* Add `setup_buffer`
+1
View File
@@ -79,6 +79,7 @@ M.refresh = function()
virt_text_pos = "overlay",
hl_mode = "combine",
virt_text_win_col = column - 1,
priority = 1,
})
end
end