neovim

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

bonus.lua (66B)


      1 return {
      2  launch = function()
      3    return 'CPE 1704 TKS'
      4  end,
      5 }