Ben Asokanthan

Results 2 comments of Ben Asokanthan

@rmunn Loading entries into the quickfix list is already supported in (neo)vim natively! You can load a file in the quickfix supported format using `:cfile [file-name]` as long as it...

What are opinions on adding `testify` for use in our tests? I personally prefer using their assertion API over using if statements and manual test error messages. @Melkeydev 👀