Use python3 in session.vim
This commit is contained in:
parent
8327dabb29
commit
1a2da5c49d
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user