Skip to content

Commit

Permalink
doc: update README.md again
Browse files Browse the repository at this point in the history
kawaemon committed May 21, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 7ee832e commit ba13963
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ end
vim.opt.runtimepath:prepend(unnamed_path)

local plugins = {
-- if not setup required, you can directly write repo name
-- if no setup required, you can directly write repo name
"windwp/nvim-ts-autotag",
-- use `fast_setup` to run setup function before first screen update
{
@@ -40,6 +40,17 @@ local plugins = {
end,
},
}

require("unnamed").setup({
workdir = unnamed_path,
repos = plugins,
})
```

To update your plugins, use this command:

```lua
:lua require("unnamed").update()
```

#### development prerequirements

0 comments on commit ba13963

Please sign in to comment.