repos / neovimcraft

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

commit
c98e66b
parent
ce5744f
author
kiryph
date
2022-08-01 14:47:05 +0000 UTC
Add refactoring.nvim (#120)

1 files changed,  +6, -0
M src/lib/manual.json
+6, -0
 1@@ -78,6 +78,12 @@
 2       "username": "brenoprata10",
 3       "repo": "nvim-highlight-colors",
 4       "tags": ["color"]
 5+    },
 6+    {
 7+      "type": "github",
 8+      "username": "ThePrimeagen",
 9+      "repo": "refactoring.nvim",
10+      "tags": ["treesitter-based", "programming-languages-support", "editing-support"]
11     }
12   ]
13 }