Skip to content

Commit

Permalink
docs: udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
ttak0422 committed Jul 4, 2024
1 parent 81dec88 commit dd76c07
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bundler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ packages/<id> → `return {"foo-pname","bar-pname"}`
startup_configs/<id> → `vim.cmd([[set cmdheight=1]])`
pre_configs/<id> → `vim.g.bar = 1`
post_configs/<id> → `require("foo").setup()`
depends/<id> → `return {1,2,3}`
modules/<module_name> → `return {1,2,3}`
events/<event_name> → `return {1,2,3}`
user_events/<user_event_name> → `return {1,2,3}`
Expand All @@ -12,5 +13,6 @@ event_keys → `return {"foo-event","bar-event"}`
user_event_keys → `return {"foo-user-event","bar-user-event"}`
startup_config_keys → `return {1,2,3}`
denops_keys → `return {1,2,3}`
rtp → `return {1,2,3}`
after/<XXXX (e.g. ftplugin)>/<YYYY (e.g. rust.lua)> → `-- some config`
```
5 changes: 5 additions & 0 deletions bundler/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[toolchain]
channel = "1.78.0"
components = ["cargo", "clippy", "rustfmt", "rls", "rust-src"]
profile = "minimal"
targets = []

0 comments on commit dd76c07

Please sign in to comment.