Skip to content

vim-scripts/assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

assistant.vim

Vim script: http://www.vim.org/scripts/script.php?script_id=2805

Display the definition of functions, variables, etc. (Tags, PHP/JS/Vim/...)

  1. Use <C-k> to display the definition(load from tags and the dict) of functions, variables, etc.
  2. Use <C-x><C-u> to complete words.

Supported dictionary list:

php(en_US),
vim(zh_CN),
f90(zh_CN),
...

Install Detail

Just put the files into ~/.vim/ or <HOMEDIR>\vimfiles\ (for Windows).