https://github.com/zmre/pwneovide
PW's Neovide uses pwnvim and adds MacOS app
https://github.com/zmre/pwneovide
Last synced: 12 months ago
JSON representation
PW's Neovide uses pwnvim and adds MacOS app
- Host: GitHub
- URL: https://github.com/zmre/pwneovide
- Owner: zmre
- License: apache-2.0
- Created: 2022-11-25T20:37:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-10T20:31:16.000Z (about 1 year ago)
- Last Synced: 2025-06-18T05:50:04.512Z (about 1 year ago)
- Language: Nix
- Size: 205 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pwneovide - my portable neovide setup
This exists for a few reasons:
1. I like Neovide as a GUI neovim
2. I want Neovide to use my portable sandboxed [pwnvim](https://github.com/zmre/pwnvim) setup
3. The default nix neovide doesn't build a MacOS app
This is only useful for users of nix with flakes enabled, but if you have those things, you can try this with:
`nix run github:zmre/pwneovide`
See pwnvim for some guidance on how to add this version of neovide to your home-manager or nixos configs.
Note: I've hard coded `hasklug nerd font` as the font so you should install `nerdfonts` if you want this to look nice. I didn't specify them as a dependency mainly because I don't really know how to require system-wide things from inside a sandboxed app.
## TODO
* [ ] Figure out a way to use "open with" maybe with [applescript](https://github.com/neovide/neovide/issues/1259) workarounds