Skip to content

Commit

Permalink
Add cursorlineopt opt
Browse files Browse the repository at this point in the history
  • Loading branch information
dmun committed Mar 30, 2024
1 parent 83c1bf7 commit c15f3da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/lspsaga/codeaction/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ function act:action_callback(tuples, enriched_ctx)
['conceallevel'] = 2,
['concealcursor'] = 'niv',
['cursorline'] = config.code_action.cursorline,
['cursorlineopt'] = 'both',
})
:winhl('SagaNormal', 'SagaBorder')
:wininfo()
Expand Down

0 comments on commit c15f3da

Please sign in to comment.