Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lambdalisue/vim-fall-mr
🍂 vim-fall extensions for vim-mr
https://github.com/lambdalisue/vim-fall-mr
vim-fall
Last synced: 3 months ago
JSON representation
🍂 vim-fall extensions for vim-mr
- Host: GitHub
- URL: https://github.com/lambdalisue/vim-fall-mr
- Owner: lambdalisue
- License: mit
- Created: 2024-03-10T16:38:31.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-03T18:06:54.000Z (7 months ago)
- Last Synced: 2024-07-24T01:06:37.877Z (6 months ago)
- Topics: vim-fall
- Language: TypeScript
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vim-fall-mr
[vim-fall] extensions for [vim-mr].
[vim-fall]: https://github.com/lambdalisue/vim-fall
[vim-mr]: https://github.com/lambdalisue/vim-mr## Recommended configuration
Add the following configuration to your `extension.yaml` via `:FallConfig extension`.
```yaml
source:
mr:mru:
options:
type: "mru"
mr:mrw:
options:
type: "mrw"
mr:mrr:
options:
type: "mrr"
```## License
The code in this repository follows the MIT license, as detailed in
[LICENSE](./LICENSE). Contributors must agree that any modifications submitted
to this repository also adhere to the license.