Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/IlyasYOY/coredor.nvim
Core utils for nvim
https://github.com/IlyasYOY/coredor.nvim
lua nvim-plugin utils
Last synced: 3 months ago
JSON representation
Core utils for nvim
- Host: GitHub
- URL: https://github.com/IlyasYOY/coredor.nvim
- Owner: IlyasYOY
- License: apache-2.0
- Created: 2023-01-23T17:56:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-22T17:26:16.000Z (5 months ago)
- Last Synced: 2024-06-23T00:45:04.238Z (5 months ago)
- Topics: lua, nvim-plugin, utils
- Language: Lua
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# coredor.nvim
Library contains *Core Utils* that I use in my plugins.
Requires: `plenary.nvim`
## Status
Project is currently in WIP status.
## Installation
Installation using [wbthomason/packer.nvim](https://github.com/wbthomason/packer.nvim):
```lua
use {
"Ilyasyoy/coredor.nvim",
}
```