mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-07-03 11:12:30 +08:00
Use python3 in session.vim
This commit is contained in:
@@ -10,7 +10,7 @@ set tabstop=4
|
||||
set shiftwidth=4
|
||||
set softtabstop=0
|
||||
set smarttab
|
||||
python <<endpython
|
||||
python3 <<endpython
|
||||
import sys
|
||||
sys.path.insert(0, os.path.abspath('.'))
|
||||
import kitty
|
||||
|
||||
Reference in New Issue
Block a user