Vim에서 Quickfix List라는 걸 처음 알게 되었다.
기존 코딩 흐름은
이랬는데 Quickfix List를 이용하면
이렇게 Vim을 나가지 않고도 빌드 결과를 확인하고 에러가 발생하면 그곳으로 바로 점프할 수 있다!
.vimrc에 이렇게만 적으면 된다.
set makeprg=cabal\ build
Vim에서 Quickfix List라는 걸 처음 알게 되었다.
기존 코딩 흐름은
이랬는데 Quickfix List를 이용하면
이렇게 Vim을 나가지 않고도 빌드 결과를 확인하고 에러가 발생하면 그곳으로 바로 점프할 수 있다!
.vimrc에 이렇게만 적으면 된다.
set makeprg=cabal\ build
If you have a fediverse account, you can quote this note from your own instance. Search https://hackers.pub/ap/notes/019a80b1-5684-7a71-adca-48b92caa83cb on your instance and quote it. (Note that quoting is not supported in Mastodon.)