Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate from config.yml to init.lua #160

Closed
sayanarijit opened this issue May 18, 2021 · 1 comment 路 Fixed by #172
Closed

Migrate from config.yml to init.lua #160

sayanarijit opened this issue May 18, 2021 · 1 comment 路 Fixed by #172
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@sayanarijit
Copy link
Owner

sayanarijit commented May 18, 2021

We'll also need to migrate the config.yml to init.lua. Contributions welcome 馃檪.

Tip: Lua's multiline string support is awesome...

BashExec = [===[
     ls -l
]===]

Originally posted by @sayanarijit in #156 (comment)

@sayanarijit sayanarijit added good first issue Good for newcomers help wanted Extra attention is needed labels May 18, 2021
@sayanarijit sayanarijit changed the title Migrate the config.yml to init.lua Migrate from config.yml to init.lua May 18, 2021
@sayanarijit
Copy link
Owner Author

sayanarijit commented May 21, 2021

Work started with d96e620
It was released as https://github.com/sayanarijit/xplr/releases/tag/v0.10.0-beta.1

sayanarijit added a commit that referenced this issue May 22, 2021
This PR aims to fully migrate `config.yml` to `init.lua`

Closes: #160
sayanarijit added a commit that referenced this issue May 22, 2021
This PR aims to fully migrate `config.yml` to `init.lua`

Also, use `builtin.foo_func` instead of `xplr.fn.builtin.foo_func`.
Similarly, use `custom.foo_func` instead of `xplr.fn.custom.foo_func`.

Closes: #160
sayanarijit added a commit that referenced this issue May 22, 2021
This PR aims to fully migrate `config.yml` to `init.lua`

Also, use `builtin.foo_func` instead of `xplr.fn.builtin.foo_func`.
Similarly, use `custom.foo_func` instead of `xplr.fn.custom.foo_func`.

Closes: #160
sayanarijit added a commit that referenced this issue May 22, 2021
This PR aims to fully migrate `config.yml` to `init.lua`

Also, use `builtin.foo_func` instead of `xplr.fn.builtin.foo_func`.
Similarly, use `custom.foo_func` instead of `xplr.fn.custom.foo_func`.

Closes: #160
sayanarijit added a commit that referenced this issue May 22, 2021
This PR aims to fully migrate `config.yml` to `init.lua`

Also, use `builtin.foo_func` instead of `xplr.fn.builtin.foo_func`.
Similarly, use `custom.foo_func` instead of `xplr.fn.custom.foo_func`.

Closes: #160
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant