We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd79468 commit eae4de4Copy full SHA for eae4de4
1 file changed
autoload/copilot.vim
@@ -579,8 +579,6 @@ function! s:EnabledStatusMessage() abort
579
let buf_disabled = s:BufferDisabled()
580
if !s:has_ghost_text && bufwinid('copilot://') == -1
581
return "Neovim 0.6 prerelease required to support ghost text"
582
- elseif !copilot#IsMapped()
583
- return '<Tab> map has been disabled or is claimed by another plugin'
584
elseif !get(g:, 'copilot_enabled', 1)
585
return 'Disabled globally by :Copilot disable'
586
elseif buf_disabled is# 4
0 commit comments