File tree 1 file changed +2
-2
lines changed
plugin/vim/quick-lint-js.vim/doc
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ Supported coc.nvim versions: v0.0.80 or newer
123
123
quick-lint-js is fast. To feel the speed, you should configure
124
124
`diagnostic.messageDelay` and `diagnostic.refreshOnInsertMode` . Add the
125
125
following code to your | coc-configuration | (run `:CocConfig` ) to make
126
- JavaScript linting as fast as possible:
126
+ JavaScript linting as fast as possible: >
127
127
128
128
"diagnostic.messageDelay": 0,
129
129
"diagnostic.refreshOnInsertMode": true,
@@ -136,7 +136,7 @@ coc.nvim.
136
136
137
137
You can customize this plugin's configuration by copy-pasting the following
138
138
snippet into your | coc-configuration | then tweaking it according to
139
- | coc-config-languageserver | :
139
+ | coc-config-languageserver | : >
140
140
141
141
"languageserver": {
142
142
"quick-lint-js": {
You can’t perform that action at this time.
0 commit comments