https://github.com/deptno/gx.nvim
https://github.com/deptno/gx.nvim
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/deptno/gx.nvim
- Owner: deptno
- Created: 2023-11-16T16:42:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-14T02:07:20.000Z (11 months ago)
- Last Synced: 2024-12-31T13:46:18.418Z (9 months ago)
- Language: Lua
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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",
},
},
}
```