mirror of
https://github.com/neovim/neovim.git
synced 2026-03-31 04:42:03 +00:00
fix(lsp): update on CursorHoldI cause users unable to select()
This commit is contained in:
@@ -42,7 +42,7 @@ Capability.all[Completor.name] = Completor
|
||||
function Completor:new(bufnr)
|
||||
self = Capability.new(self, bufnr)
|
||||
self.client_state = {}
|
||||
api.nvim_create_autocmd({ 'InsertEnter', 'CursorMovedI', 'CursorHoldI' }, {
|
||||
api.nvim_create_autocmd({ 'InsertEnter', 'CursorMovedI' }, {
|
||||
group = self.augroup,
|
||||
callback = function()
|
||||
self:automatic_request()
|
||||
|
||||
Reference in New Issue
Block a user