neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

leftpad.lua (46B)


      1 return function(str)
      2  return '\t' .. str
      3 end