neovim

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

health.lua (108B)


      1 return {
      2  check = function()
      3    vim.health.start('healthy pack')
      4    vim.health.ok('healthy ok')
      5  end,
      6 }