mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-13 00:53:07 +01:00
fix cursor moved autocmd callback
This commit is contained in:
parent
26fdfdac47
commit
26a8ecfe53
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
:callback #(pcall vim.lsp.buf.document_highlight)})
|
||||
(vim.api.nvim_create_autocmd :CursorMoved
|
||||
{:buffer buf
|
||||
:callback vim.lsp.buf.clear_references})))
|
||||
:callback #(vim.lsp.buf.clear_references)})))
|
||||
|
||||
(vim.api.nvim_create_autocmd :LspAttach {:callback on-lsp-attach})
|
||||
|
||||
|
|
Loading…
Reference in a new issue