mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
9 lines
253 B
VimL
9 lines
253 B
VimL
![]() |
" 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
|