mirror of
https://github.com/preservim/tagbar.git
synced 2025-01-31 19:52:01 +08:00
Mention documentation a bit more clearly
This commit is contained in:
parent
15871d11d1
commit
bfd85d28a1
|
@ -45,6 +45,16 @@
|
|||
box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px 0 inset;
|
||||
font-family: "Ubuntu Mono", monospace;
|
||||
}
|
||||
.pre {
|
||||
background: #333333;
|
||||
color: #ffffff;
|
||||
padding: 2px 3px 2px 3px;
|
||||
border-width: 1px;
|
||||
border-color: #222222;
|
||||
border-style: solid;
|
||||
box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px 0 inset;
|
||||
font-family: "Ubuntu Mono", monospace;
|
||||
}
|
||||
code { font-family: "Ubuntu Mono", monospace; }
|
||||
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
|
||||
.footer { text-align:center; padding-top:30px; font-style: italic; }
|
||||
|
|
|
@ -30,7 +30,8 @@ title: Tagbar, the Vim class outline viewer
|
|||
Extract the archive or clone the repository into a directory in your
|
||||
'runtimepath' or use
|
||||
<a href="http://www.vim.org/scripts/script.php?script_id=2332">pathogen</a>.
|
||||
Don't forget to run :helptags if you don't use pathogen.
|
||||
Don't forget to run <span class="pre">:helptags</span> so you can
|
||||
access the documentation with <span class="pre">:help tagbar</span>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
|
Loading…
Reference in New Issue
Block a user