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: 6 months ago
JSON representation

Core utils for nvim

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",
}
```