(Created page with "Vim's functionality can be extended by adding plugins. A plugin is nothing more than a Vim script file that is loaded automatically when Vim starts. To ease installing of pl...")
(Insert TipProposed template + minor manual clean)
Line 1:
Line 1:
−
Vim's functionality can be extended by adding plugins. A plugin is nothing
+
{{TipProposed
−
more than a Vim script file that is loaded automatically when Vim starts.
+
|id=0
+
|previous=0
+
|next=0
+
|created=October 4, 2012
+
|complexity=basic
+
|author=Vimdicitve
+
|version=7.0
+
|subpage=/201210
+
|category1=
+
|category2=
+
}}
+
Vim's functionality can be extended by adding plugins. A plugin is nothing more than a Vim script file that is loaded automatically when Vim starts.
To ease installing of plugins you can use a [[plugin-manager]].
To ease installing of plugins you can use a [[plugin-manager]].
+
+
==Comments==
Latest revision as of 08:00, January 12, 2013
Recently created tip
We have not yet decided whether to keep this tip as its own page or merge it somewhere else. If you have a suggestion on the tip content, please edit this page or add your comments below (do not use the discussion page).
Please discuss whether to keep this as a new tip, or whether to merge it into an existing tip, on the new tips discussion page.
created October 4, 2012 · complexity basic · author Vimdicitve · version 7.0
Vim's functionality can be extended by adding plugins. A plugin is nothing more than a Vim script file that is loaded automatically when Vim starts.
To ease installing of plugins you can use a plugin-manager.