cursorless icon indicating copy to clipboard operation
cursorless copied to clipboard

neovim: test that neovim's config loads properly

Open saidelike opened this issue 1 year ago • 0 comments

following this issue https://github.com/saidelike/cursorless/pull/2#issuecomment-2163093831

It would be nice if we could see that error message directly on ci using one of the following:

  • we could run nvim twice, once to detect errors with the config being loaded and a second one to actually run the test
  • or we could redirect the logs for the config into a file and just show that when we fail to read the logfile for running the test

saidelike avatar Jun 13 '24 09:06 saidelike