Use python3 in session.vim

This commit is contained in:
Kovid Goyal 2020-04-30 23:12:37 +05:30
parent 8327dabb29
commit 1a2da5c49d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -10,7 +10,7 @@ set tabstop=4
set shiftwidth=4 set shiftwidth=4
set softtabstop=0 set softtabstop=0
set smarttab set smarttab
python <<endpython python3 <<endpython
import sys import sys
sys.path.insert(0, os.path.abspath('.')) sys.path.insert(0, os.path.abspath('.'))
import kitty import kitty