keylab.nvim
keylab.nvim copied to clipboard
Practice your nvim setup for a boost in productivity.
Solution: ```lua local hooks = require "ibl.hooks" -- create the highlight groups in the highlight setup hook, so they are reset -- every time the colorscheme changes hooks.register(hooks.type.HIGHLIGHT_SETUP, function() vim.api.nvim_set_hl(0,...
**Is your feature request related to a problem? Please describe.** Even though neovim setup has autopair. it doesn't work in the wbuf of the keylab session. **Describe the solution you'd...
**Describe the solution you'd like** Cheat sheet: https://www.reddit.com/media?url=https%3A%2F%2Fi.redd.it%2Flc0y2uahxngb1.png I want to be able to log each key that is typed into the typing ground window in neovim, and then based...
**Is your feature request related to a problem? Please describe.** coloring options aren't working anyway. **Describe the solution you'd like** Use a dim grey for untouched parts of the script,...
A clean way to stop the game through a command or something. When you close 1 window make sure to close the other window too.