diff --git a/lua/octo/reviews/file-entry.lua b/lua/octo/reviews/file-entry.lua index d25ed7c6..41e80f71 100644 --- a/lua/octo/reviews/file-entry.lua +++ b/lua/octo/reviews/file-entry.lua @@ -51,6 +51,7 @@ FileEntry.__index = FileEntry FileEntry.winopts = { foldmethod = "diff", foldlevel = 0, + cursorlineopt = "number", -- disable cursorline due to Neovim bug https://github.com/neovim/neovim/issues/9800 } ---FileEntry constructor