Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vhyrro/neorg-dev
A Neovim configuration tailored towards having a seamless Neorg development experience.
https://github.com/vhyrro/neorg-dev
Last synced: 20 days ago
JSON representation
A Neovim configuration tailored towards having a seamless Neorg development experience.
- Host: GitHub
- URL: https://github.com/vhyrro/neorg-dev
- Owner: vhyrro
- Created: 2022-05-27T18:34:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T18:04:21.000Z (about 2 years ago)
- Last Synced: 2024-04-14T05:31:37.436Z (7 months ago)
- Language: Lua
- Size: 66.4 KB
- Stars: 14
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# \[WIP\] Neovim Configuration for Neorg Developers
This configuration serves as a stable way to develop for Neorg.
## Features
Honestly nothing special, it's just a Neovim configuration after all - Neovim configs
all boil down to plugins in the end.
One thing that _does_ set `neorg-dev` aside from typical configurations is that it's not
scared to abstract things away - although some may consider this bad, in the current era of
Neovim plugins where things love to break having abstractions helps the user a lot.
Aside from abstraction `neorg-dev` operates on a kind of client-server model, where the user
is provided with a `user/init.lua` (the client) and may interact with the server (`neorg-dev`)
APIs if it so chooses.
## Quirks to Note
**TODO**