radiant.nvim/README.md

20 lines
1.3 KiB
Markdown
Raw Normal View History

2024-01-16 20:40:06 +00:00
# radiant.nvim
`radiant.nvim` is a fast and minimal Neovim configuration framework; it aims to:
2024-03-29 23:42:07 +00:00
2023-12-30 14:56:52 +00:00
- Provide a solid base for *your* own configuration
- Help to make tailoring the Neovim experience simple and quick
2024-02-04 11:09:50 +00:00
- Create a consistent text editing experience for various common formats and files
2024-01-16 20:40:06 +00:00
- [Be beautiful!](https://git.devraza.duckdns.org/devraza/kagayaki.nvim)
2023-12-30 14:56:52 +00:00
2024-03-29 23:42:07 +00:00
> **Keep in mind that this configuration isn't complete. Development has a long way to go before I can even say the above is true**.
> For the time being, installing packages must be done externally (I do it via my NixOS home-manager configuration). I'll turn this configuration into a flake for better accessibility when I feel the need to - though anyone reading this is welcome to request this happen sooner.
2024-01-28 20:15:10 +00:00
## Screenshots
2024-03-29 23:42:07 +00:00
![Image of desktop with a few Neovide windows showing the neovim configuration](./assets/screenshot.png)
2024-01-28 20:15:10 +00:00
This project is in its early stages of development. I consider it to be a functional text editor, but it still lacks a lot of features and isn't very mature. Stay tuned!
2024-03-29 23:42:07 +00:00
## Notes in Neovim
This configuration has integrated support for [Neorg](https://github.com/nvim-neorg/neorg) by default - I recommend you check the official repository out if you intend to write notes in Neovim.