repos / neovimcraft

website that makes it easy to find neovim plugins
git clone https://github.com/neurosnap/neovimcraft.git

commit
630419c
parent
55e8407
author
Matthew Leong
date
2021-11-02 02:30:01 +0000 UTC
Add CosmicNvim to resources (#17)

1 files changed,  +6, -0
M src/lib/resources.json
+6, -0
 1@@ -2023,6 +2023,12 @@
 2       "username": "yonlu",
 3       "repo": "omni.vim",
 4       "tags": ["treesitter-colorschemes", "plugin"]
 5+    },
 6+    {
 7+      "type": "github",
 8+      "username": "mattleong",
 9+      "repo": "CosmicNvim",
10+      "tags": ["preconfigured-configuration"]
11     }
12   ]
13 }