Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Sewdohe/Nvim-Adapt
Adapts your Neovim background to your system's light/dark mode prefrence.
https://github.com/Sewdohe/Nvim-Adapt
Last synced: 3 days ago
JSON representation
Adapts your Neovim background to your system's light/dark mode prefrence.
- Host: GitHub
- URL: https://github.com/Sewdohe/Nvim-Adapt
- Owner: Sewdohe
- Created: 2022-06-18T21:00:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-06T17:43:49.000Z (over 2 years ago)
- Last Synced: 2024-08-02T13:33:50.092Z (3 months ago)
- Language: Lua
- Size: 4.35 MB
- Stars: 15
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nvim Adapt
![](https://github.com/Sewdohe/Nvim-Adapt/blob/main/nvim-adapt-1.0.gif)
A plugin to adapt your vim background color to your systems preferred light/dark mode prefrence.
## Usage:
1. Add ```use({ "sewdohe/nvim-adapt" })``` to packer config
2. Run ```:PackerSync```
3. Place ```require("nvim-adapt")``` somewhere in your config
4. Reload Neovim## Future Plans
- [ ] Fix performance issues (using around 6% of my i7 with this plugin on idle)
- [ ] Expose callback function to the user to configure what to do on theme change
- [ ] Cleanly exit the thread when closing Neovim (currently seg faults on close)