Skip to content

Commit ae7071d

Browse files
guru245Sangho Lee
authored andcommitted
Update markview to use only stable versions
The latest markview is causing an error on neovim startup. Verified that the tagged version v25.9.0 is stable, so switching to stable versions for now. Run :Lazy update on this commit.
1 parent 4976ed7 commit ae7071d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/custom/plugins/init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ return {
6464
{
6565
'OXY2DEV/markview.nvim',
6666
lazy = false,
67+
version = '*',
6768
dependencies = {
6869
'nvim-tree/nvim-web-devicons', -- OPTIONAL: for file icons
6970
'echasnovski/mini.icons',

0 commit comments

Comments
 (0)