Skip to content

NonlinearFruit/vim-golf

Repository files navigation

Using vim golf to grow nvim skills

How To

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'

Ideas

  • 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

Problems

  • How to verify solutions in pipeline?

About

Using vim golf to grow nvim skills

Topics

Resources

Stars

Watchers

Forks