Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
TwIStOy committed Apr 2, 2024
1 parent 2e110cc commit 13438b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/dotvim/pkgs/lsp/methods.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function Methods.show_hover()
else
vim.o.eventignore = "CursorHold"
vim.api.nvim_exec_autocmds("User", {
pattern = "DoraShowHover",
pattern = "DotvimShowHover",
})
vim.lsp.buf.hover()
vim.api.nvim_create_autocmd({ "CursorMoved" }, {
Expand Down Expand Up @@ -178,7 +178,7 @@ function Methods.open_diagnostic()
close_preview_autocmd({
"CursorMoved",
"InsertEnter",
"User DoraShowHover",
"User DotvimShowHover",
"BufLeave",
"FocusLost",
}, win, { bufnr, vim.api.nvim_get_current_buf() })
Expand Down

0 comments on commit 13438b8

Please sign in to comment.