Skip to content

Commit c03f6f7

Browse files
committed
docs: add opts to setup section
1 parent 8e49f3b commit c03f6f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ template.nvim is a neovim plugin that allows neovim users to `<action>`.
5353
{
5454
'2kabhishek/template.nvim',
5555
cmd = 'TemplateHello',
56+
-- Add your custom configs here, keep it blank for default configs (required)
57+
opts = {},
58+
-- Use this for local development
59+
-- dir = '~/path-to/template.nvim',
5660
},
57-
58-
-- Packer
59-
use '2kabhishek/template.nvim'
60-
6161
```
6262

6363
## 🚀 Usage

0 commit comments

Comments
 (0)