/game-over.nvim

Primary LanguageLuaMIT LicenseMIT

game-over.nvim

Anatomy

  • plugin/
    • .lua files here are run on neovim startup
  • lua/game-over/
    • modules here can be loaded with require('game-over')

Learning

  • :messages to show prints from lua

: