mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2025-01-21 03:52:03 +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)})
|
:callback #(pcall vim.lsp.buf.document_highlight)})
|
||||||
(vim.api.nvim_create_autocmd :CursorMoved
|
(vim.api.nvim_create_autocmd :CursorMoved
|
||||||
{:buffer buf
|
{:buffer buf
|
||||||
:callback vim.lsp.buf.clear_references})))
|
:callback #(vim.lsp.buf.clear_references)})))
|
||||||
|
|
||||||
(vim.api.nvim_create_autocmd :LspAttach {:callback on-lsp-attach})
|
(vim.api.nvim_create_autocmd :LspAttach {:callback on-lsp-attach})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue