repos / neovimcraft

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

commit
a75393e
parent
b3d5d35
author
Mat Jones
date
2022-04-07 19:07:02 +0000 UTC
add mrjones2014/smart-splits.nvim (#26)

* add mrjones2014/smart-splits.nvim

* Update src/lib/manual.json

Co-authored-by: Eric Bower <me@erock.io>
1 files changed,  +6, -0
M src/lib/manual.json
+6, -0
 1@@ -25,6 +25,12 @@
 2       "username": "phha",
 3       "repo": "zenburn.nvim",
 4       "tags": ["tree-sitter-supported-colorscheme"]
 5+    },
 6+    {
 7+      "type": "github",
 8+      "username": "mrjones2014",
 9+      "repo": "smart-splits.nvim",
10+      "tags": ["split-and-window"]
11     }
12   ]
13 }