mirror of
https://github.com/amix/vimrc
synced 2025-06-29 02:55:01 +08:00
Added jedi-vim
This commit is contained in:
8
sources_non_forked/jedi-vim/test/vimrc
Normal file
8
sources_non_forked/jedi-vim/test/vimrc
Normal file
@ -0,0 +1,8 @@
|
||||
" Minimal vimrc to use jedi-vim.
|
||||
"
|
||||
" Not used anywhere yet, but allows for easy testing.
|
||||
let script_dir = fnamemodify(expand('<sfile>'), ':h:h')
|
||||
let &runtimepath = script_dir.','.&runtimepath.','.script_dir.'/after'
|
||||
|
||||
syntax on
|
||||
filetype plugin indent on
|
Reference in New Issue
Block a user