You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 17, 2022. It is now read-only.
Hi, i'm using this plugin with easymotion. But the lsp diagnostics was triggered inbetween jumps. So I've created an autocmd to disable lsp diagnostics like so:
vim.cmd[[ autocmd User EasyMotionPromptBegin silent! call lsp#disable()<CR> autocmd User EasyMotionPromptEnd silent! call lsp#enable()<CR>]]
But this plugin seams to ignore disabled diagnostics. I've double-checked it with my rust lsp configuration and it works find there. I'm not sure if it's a bug or maybe I'm doing something wrong, so I would appriciate some help. Thank you.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, i'm using this plugin with easymotion. But the lsp diagnostics was triggered inbetween jumps. So I've created an autocmd to disable lsp diagnostics like so:
But this plugin seams to ignore disabled diagnostics. I've double-checked it with my rust lsp configuration and it works find there. I'm not sure if it's a bug or maybe I'm doing something wrong, so I would appriciate some help. Thank you.
Edit: Nevermind I switched to 'phaazon/hop.nvim'
Beta Was this translation helpful? Give feedback.
All reactions