neovim

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

preload.lua (217B)


      1 -- Modules loaded here will not be cleared and reloaded by Busted.
      2 -- Busted started doing this to help provide more isolation.  See issue #62
      3 -- for more information about this.
      4 require('test.functional.testnvim')()