Skip to content

Commit

Permalink
feat(lspsaga): make codeaction effective linewise (#943)
Browse files Browse the repository at this point in the history
IMO It's pretty counterintuitive to have cursor placed on the target
identifier before toggling code action(s)

Ref: nvimdev/lspsaga.nvim@a11b436
  • Loading branch information
Jint-lzxy authored Aug 11, 2023
1 parent faf585a commit d186f25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/modules/configs/completion/lspsaga.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ return function()
-- https://dev.neovim.pro/lspsaga/codeaction/
code_action = {
num_shortcut = true,
only_in_cursor = false,
show_server_name = true,
extend_gitsigns = false,
keys = {
Expand Down

0 comments on commit d186f25

Please sign in to comment.