Using vim golf to grow nvim skills
nu toolkit.nu get-latest-challenge
git add -A
vim -w puzzle-folder/normal-mode.txt puzzle-folder/input.txt
nu toolkit.nu run-challenge # select challenge, select mode
git add -A
git commit -m 'Solve $PUZZLE'
- Generate the readme
- Name of problem
- Link to folder
- Link to vim golf problem
- Help docs for toolkit
- For each mode:
- Name of mode
- Number of bytes in file
- Possible solution constraints
- ex mode
- normal+visual mode
- macro mode
- insert mode (
vim -c 'startinsert' FILENAME
) - lua (
vim -c 'luafile lua-mode.txt' FILENAME
)
- Expand to other editors
- Helix
- kakoune
- How to verify solutions in pipeline?