I'm using slimv to create a small common lisp project. I would like a way to jump to the definition of a function I defined in another file. Is there a way to do that?'
Asked
Active
Viewed 5,377 times
1 Answers
3
Take a look at exuberant ctags. It supports lisp.
After you generate a tags file you can use <C-]> to jump to the definition. Take a look at :h tags
FDinoff
- 1,871