aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2023-10-05 18:59:35 +0100
committerAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2023-10-05 19:02:02 +0100
commit23544e126419753893f48082960796b65e60fc93 (patch)
treea5e4563270cf30ff9530bf6b65379563c995c7f0 /README.md
first batch of pluginsHEADmain
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5c40eeb
--- /dev/null
+++ b/README.md
@@ -0,0 +1,7 @@
+# neovim-plugins
+
+packaging neovim plugins as ebuilds.
+
+to generate a new plugin, just call `./build.sh <your-github-api-key> skel.ebuild <username/plugin> <plugin name for the portage tree>`
+
+all plugins are installed in `/usr/share/nvim/site/pack/portage/{start,opt}/`, depending on if the `start` useflag is set or not