DEV Community

Discussion on: How I Got "Go To Definition" Working in Vim in 2019

Collapse
 
dtork profile image
d-tork

Hi Zev, thanks for writing this, it was really helpful. You might want to look into how your tldr snippet displays on the blog though, at least to my browser the ending looks like 2> /dev/null &. This caused issues at first and took me a while to figure out that it should be 2>/dev/null &&.

I also needed to add a semicolon after set tags=tags (per this page), otherwise I was getting the message bash: syntax error: unexpected end of file after every write.