An open API service indexing awesome lists of open source software.

https://github.com/deptno/gx.nvim


https://github.com/deptno/gx.nvim

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# gx

;wip

## Installation
### [lazy.nvim](https://github.com/folke/lazy.nvim)
```lua
{
"deptno/gx.nvim",
opts = {},
keys = {
{
"gx",
"Gx",
mode = {
"n",
"v",
},
desc = "gx.nvim",
},
},
}
```