mirror of
https://github.com/zoriya/virtcolumn.nvim.git
synced 2026-05-27 06:41:47 +00:00
Version 1.5.1
* Add ext mark priority
This commit is contained in:
+4
-1
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Author: Lukas Reineke <lukas.reineke@protonmail.com>
|
Author: Lukas Reineke <lukas.reineke@protonmail.com>
|
||||||
Version: 1.5.0
|
Version: 1.5.1
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
CONTENTS *virt-column.nvim*
|
CONTENTS *virt-column.nvim*
|
||||||
@@ -88,6 +88,9 @@ virtcolumn *virt-column-virtcolumn*
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
4. CHANGELOG *virt-column-changelog*
|
4. CHANGELOG *virt-column-changelog*
|
||||||
|
|
||||||
|
1.5.1
|
||||||
|
* Add ext mark priority
|
||||||
|
|
||||||
1.5.0
|
1.5.0
|
||||||
* Fix table concat bug
|
* Fix table concat bug
|
||||||
* Add `setup_buffer`
|
* Add `setup_buffer`
|
||||||
|
|||||||
@@ -79,6 +79,7 @@ M.refresh = function()
|
|||||||
virt_text_pos = "overlay",
|
virt_text_pos = "overlay",
|
||||||
hl_mode = "combine",
|
hl_mode = "combine",
|
||||||
virt_text_win_col = column - 1,
|
virt_text_win_col = column - 1,
|
||||||
|
priority = 1,
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user