<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.abuissa.net/index.php?action=history&amp;feed=atom&amp;title=Problem%3A_vim_packages</id>
	<title>Problem: vim packages - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.abuissa.net/index.php?action=history&amp;feed=atom&amp;title=Problem%3A_vim_packages"/>
	<link rel="alternate" type="text/html" href="https://wiki.abuissa.net/index.php?title=Problem:_vim_packages&amp;action=history"/>
	<updated>2026-04-07T13:10:36Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.13</generator>
	<entry>
		<id>https://wiki.abuissa.net/index.php?title=Problem:_vim_packages&amp;diff=564&amp;oldid=prev</id>
		<title>Razzi: Created page with &quot;Vim has some plugins that are for managing plugins, to solve this bootstrapping problem. In the past I&#039;ve used and liked Plug.vim.  However these days I manage vim plugins in...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.abuissa.net/index.php?title=Problem:_vim_packages&amp;diff=564&amp;oldid=prev"/>
		<updated>2023-04-10T02:38:20Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Vim has some plugins that are for managing plugins, to solve this bootstrapping problem. In the past I&amp;#039;ve used and liked Plug.vim.  However these days I manage vim plugins in...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Vim has some plugins that are for managing plugins, to solve this bootstrapping problem. In the past I&amp;#039;ve used and liked Plug.vim.&lt;br /&gt;
&lt;br /&gt;
However these days I manage vim plugins in a hopefully lighter-weight way - using the builtin vim plugin loading. To that end I have a &amp;#039;vim-plugin&amp;#039; fish function which basically just clones a git url into &amp;#039;~/.vim/pack/vendor/start/$target&amp;#039;. This works great but then I forget which plugins I have installed when I set up a new machine, and I am loathe to do configuration for packages. If vim used lisp for configuration this could be pretty easy tbh, with a (use-package ... ) or something, but it doesn&amp;#039;t, though there is timl, which is beautiful in its zaniness.&lt;br /&gt;
&lt;br /&gt;
Anyways.&lt;br /&gt;
&lt;br /&gt;
The vim-plugin function could add a comment to my vimrc, or I could do something fancier.&lt;br /&gt;
&lt;br /&gt;
Maybe just an inlined function that would be like&lt;br /&gt;
&lt;br /&gt;
 razzi_package &amp;#039;tpope/vim-surround&amp;#039;&lt;br /&gt;
&lt;br /&gt;
that would do nothing if the package is there and g2g, and give me a message if it&amp;#039;s not there. Or even just clone to install the package...&lt;br /&gt;
&lt;br /&gt;
idk&lt;/div&gt;</summary>
		<author><name>Razzi</name></author>
	</entry>
</feed>