Home | History | Annotate | Download | only in vim-lldb

Lines Matching full:vim

3 LLDB Vim Frontend
9 This plugin is known to work with the following flavours of Vim:
12 * vim/gvim (from vim-gnome package version 7.3)
15 * Vim command-line (7.3 from Xcode)
21 * a python-enabled vim (check with ":python print 2")
27 1) Install the Vim pathogen plugin (it keeps installed plugins organized):
29 https://github.com/tpope/vim-pathogen
33 mkdir -p ~/.vim/autoload ~/.vim/bundle; \
34 curl -Sso ~/.vim/autoload/pathogen.vim \
35 https://raw.github.com/tpope/vim-pathogen/master/autoload/pathogen.vim
37 2) Symlink (or copy) ~/.vim/bundle/vim-lldb to this directory:
39 ln -sf <lldb-dir>/utils/vim-lldb ~/.vim/bundle/vim-lldb
41 3) Update your help-tags. Start vim, do:
50 All LLDB commands (with tab-completion) can be accessed in Vim's