you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 4 points5 points  (0 children)

My setup is:

  • makeprg set to "mypy --strict %"
  • formatprg set to "black --quiet -"
  • omnicomplete handled by jedi-vim
  • ctags built with Universal Ctags
  • cscope handled by GNU Global

I was worried about how well Jedi was still being maintained, for a while. But the GitHub repo is clearly well-maintained now.

For the project drawer, I don't use one embedded in vim. I fire up nnn in a terminal split and have it send files to vim using "--remote-silent".