- Install Pathogen
mkdir -p ~/.vim/autoload ~/.vim/bundle && \ curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
- Configure
.vimrc
if you have a~/.vimrc
file: add the following line to itexecute pathogen#infect()
else: create a blank file named.vimrc
at your home folder and add the following lines to it.execute pathogen#infect() syntax on filetype plugin indent on
- Install Jedi.
cd ~/.vim/bundle/ && git clone --recursive https://github.com/davidhalter/jedi-vim.git
https://stackoverflow.com/questions/21628743/cant-get-the-jedi-vim-plugin-to-work
ctrl + ] ==> jump into
ctrl + t ==> back
https://myapollo.com.tw/2016/03/17/python-vim-ctags/
建立ctags
ctags -R -o ~/pim25tags /home/pi/PiM25/
直接執行python
nnoremap
沒有留言:
張貼留言