+3541
-1552
lines changedFilter options
+3541
-1552
lines changed Original file line number Diff line number Diff line change
@@ -32,11 +32,10 @@ Optionally download one of the [releases](https://github.com/sheerun/vim-polyglo
32
32
You can also use Vim 8 built-in package manager:
33
33
34
34
```
35
+
" You should put in your ~/.vimrc "packadd vim-polyglot"
35
36
git clone --depth 1 https://github.com/sheerun/vim-polyglot ~/.vim/pack/plugins/opt/vim-polyglot
36
37
```
37
38
38
-
**And then add `packload` command to your `.vimrc`** (or `packadd vim-polyglot`)
39
-
40
39
NOTE: Not all features of individual language packs are available. We strip them from functionality slowing vim startup (for example we ignore `plugins` folder that is loaded regardless of file type, instead we prefer `ftplugin` which is loaded lazily).
41
40
42
41
If you need full functionality of any plugin, please use it directly with your plugin manager.
Original file line number Diff line number Diff line change
@@ -82,7 +82,7 @@ syn cluster rubyNotTop add=@yardTags,@yardDirectives,@yardTypes,@yardLists,@yard
82
82
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
83
83
hi def link yardComment rubyComment
84
84
" Tags
85
-
hi def link yardGenericTag rubyTodo
85
+
hi def link yardGenericTag rubyKeyword
86
86
hi def link yardAbstract yardGenericTag
87
87
hi def link yardApi yardGenericTag
88
88
hi def link yardAttr yardGenericTag
@@ -106,7 +106,7 @@ hi def link yardYield yardGenericTag
106
106
hi def link yardYieldParam yardGenericTag
107
107
hi def link yardYieldReturn yardGenericTag
108
108
" Directives
109
-
hi def link yardGenericDirective rubyTodo
109
+
hi def link yardGenericDirective rubyKeyword
110
110
hi def link yardAttribute yardGenericDirective
111
111
hi def link yardEndGroup yardGenericDirective
112
112
hi def link yardGroup yardGenericDirective
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4