mirror of
https://github.com/ilyakooo0/Idris-dev.git
synced 2024-11-11 03:34:13 +03:00
Add Vim command for declaration documentation
This commit is contained in:
parent
0345e41479
commit
98d6a8750a
@ -9,7 +9,7 @@ for a reader’s edification and are ignored by the compiler, and inline
|
||||
API documentation, which the compiler parses and stores for future
|
||||
reference. To consult the documentation for a declaration ``f``, write
|
||||
``:doc f`` at the REPL or use the appropriate command in your editor
|
||||
(``C-c C-d`` in Emacs, in Vim).
|
||||
(``C-c C-d`` in Emacs, ``<LocalLeader>h`` in Vim).
|
||||
|
||||
Comments
|
||||
========
|
||||
|
Loading…
Reference in New Issue
Block a user