Learning Lua for NVIM




Learning Lua for NVIM

I switched from Sublime Text to NVIM, inspired by Matt Might’s suggestion to learn something new in Computer Science each year.

Lua plugins for NVIM are written in Lua, so I’m learning Lua.

Missing Semester mentioned hammerspoon, which uses Lua to automate MacOS processes.

  1. NVIM & R integration
  2. How to write a Lua plugin.
  3. Lua Snips, and tutorial part 1 and part 2

YouTube tutorials.

  1. Write a Lua NVIM Plugin with Treesitter