mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-27 03:42:49 +00:00
Initial commit
This commit is contained in:
commit
de072b3b42
8 changed files with 707 additions and 0 deletions
12
session.vim
Normal file
12
session.vim
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
" Scan the following dirs recursively for tags
|
||||
let g:project_tags_dirs = ['kitty']
|
||||
let g:syntastic_python_flake8_exec = 'flake8'
|
||||
let g:ycm_python_binary_path = 'python3'
|
||||
set wildignore+==template.py
|
||||
set wildignore+=tags
|
||||
|
||||
python <<endpython
|
||||
import sys
|
||||
sys.path.insert(0, os.path.abspath('.'))
|
||||
import kitty
|
||||
endpython
|
||||
Loading…
Add table
Add a link
Reference in a new issue