neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

python3.vim (170B)


      1 " Dummy test provider, missing this required variable:
      2 "   let g:loaded_brokenenabled_provider = 0
      3 
      4 function! provider#python3#Call(method, args)
      5  return 42
      6 endfunction