Vim Cheatsheet
:set [setting-name]?
to view the current setting value.:echo &rtp
to view the runtime path of files that vim checks when running functions.:help rtp
for more.
:set [setting-name]?
to view the current setting value.:echo &rtp
to view the runtime path of files that vim checks when running functions. :help rtp
for more.