Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-x committed Jun 15, 2024
1 parent e8d1bcc commit a38da0a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lua/lsp_signature/helper.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ local function is_special(ch)
return contains(special_chars, ch)
end

helper.cursor_hold = function(enabled,bufnr)

if not _LSP_SIG_CFG.cursorhold_update then
helper.cursor_hold = function(enabled, bufnr)
if not _LSP_SIG_CFG.cursorhold_update then
return
end

Expand Down Expand Up @@ -47,7 +46,6 @@ helper.cursor_hold = function(enabled,bufnr)
event = { 'CursorHold', 'CursorHoldI' },
})
end

end

local function fs_write(path, data)
Expand Down

0 comments on commit a38da0a

Please sign in to comment.