File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
plugin/vim/quick-lint-js.vim/doc Expand file tree Collapse file tree 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
123123quick-lint-js is fast. To feel the speed, you should configure
124124`diagnostic.messageDelay` and `diagnostic.refreshOnInsertMode` . Add the
125125following code to your | coc-configuration | (run `:CocConfig` ) to make
126- JavaScript linting as fast as possible:
126+ JavaScript linting as fast as possible: >
127127
128128 "diagnostic.messageDelay": 0,
129129 "diagnostic.refreshOnInsertMode": true,
@@ -136,7 +136,7 @@ coc.nvim.
136136
137137You can customize this plugin's configuration by copy-pasting the following
138138snippet into your | coc-configuration | then tweaking it according to
139- | coc-config-languageserver | :
139+ | coc-config-languageserver | : >
140140
141141 "languageserver": {
142142 "quick-lint-js": {
You can’t perform that action at this time.
0 commit comments