feat: window mgmt

This commit is contained in:
Barrett Ruth 2025-09-12 09:21:49 -05:00
parent c4a7dc8215
commit a6abcc3fc3
4 changed files with 421 additions and 42 deletions

View file

@ -15,9 +15,8 @@ neovim plugin for competitive programming.
## Requirements
- Neovim 0.9+
- `make`
- [uv](https://docs.astral.sh/uv/): problem scraping (optional)
- Neovim 0.10.0+
- [uv](https://docs.astral.sh/uv/): problem scraping (optional)
- [LuaSnip](https://github.com/L3MON4D3/LuaSnip): contest-specific snippets (optional)
## Installation
@ -42,8 +41,7 @@ Using [lazy.nvim](https://github.com/folke/lazy.nvim):
## TODO
- remove vim-zoom dependency
- vimdocs
- vimdocs
- example video
- more flexible setup (more of a question of philosophy)
- USACO support