Adding new stuff
This commit is contained in:
parent
39ee792ad4
commit
a410da0e04
722 changed files with 331 additions and 189 deletions
38
vim-plugins/bundle/eclim/doc/vim/settings.txt
Normal file
38
vim-plugins/bundle/eclim/doc/vim/settings.txt
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
*vim-settings.html*
|
||||
|
||||
Settings
|
||||
********
|
||||
|
||||
Certain aspects of eclim can be controlled by modifying one or more
|
||||
settings. There are two types of settings available:
|
||||
|
||||
|
||||
Eclim daemon settings
|
||||
=====================
|
||||
|
||||
These are settings that reside in your Eclipse workspace or project
|
||||
and are used to configure the behavior of the eclim daemon,
|
||||
independent of which client you use (vim, emacs, etc).
|
||||
|
||||
These settings can be viewed and modified using one of the following
|
||||
commands:
|
||||
|
||||
- :WorkspaceSettings (|vim-core-eclim#:WorkspaceSettings|): Edit
|
||||
non-project dependent settings, or define defaults for settings not
|
||||
overridden at the project level.
|
||||
- |:ProjectSettings|: Define the settings for the current project.
|
||||
|
||||
Vim client settings
|
||||
===================
|
||||
|
||||
These are the settings you use to control how vim (the primary eclimd
|
||||
client) behaves. You can edit these settings one of two ways:
|
||||
|
||||
- :VimSettings (|vim-core-eclim#:VimSettings|): Allows you to view
|
||||
and edit all of eclim's vim client settings. Settings edited here
|
||||
will be stored at $HOME/.eclim/.eclim_settings.
|
||||
- Alternately, you can add the equivalent g:EclimXXX setting to your
|
||||
vimrc or an ftplugin file, and that setting will take precedence
|
||||
over any value set using :VimSettings.
|
||||
|
||||
vim:ft=eclimhelp
|
||||
Loading…
Add table
Add a link
Reference in a new issue