imxiejie / ThinkVim

Vim configuration in the 21st century

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

編輯代碼補全是python3,界面下邊欄也是顯示python3,但是quckrun執行卻是使用python2,請問在哪裏設置成默認python3執行

boyiPy opened this issue · comments

Problems summary

Environment Information

  • OS:

  • thinkvim :echo g:thinkvim_version output:

  • neovim :version output:

  • :checkhealth or :CheckHealth result(neovim only):

How to reproduce the problem from neovim startup (Required!)

  1. foo
  2. bar
  3. baz

Screenshot (if possible)

A simple way to use python3 is add #!/bin/python3 on the top of your file.
Or a non intrusive way is use :QuickRun python3.