Skip to content

Commit

Permalink
docs(coc.txt): fix wrong example for coc#config()
Browse files Browse the repository at this point in the history
  • Loading branch information
chenlijun99 authored and chemzqm committed Jan 3, 2019
1 parent 1ae3810 commit a2b814a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/coc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -675,12 +675,12 @@ coc#config({section}, {value})
call coc#config('coc.preferences', {
\ 'timeout': 1000,
\ 'hoverTarget': 'echo',
\ 'languageserver': {
\ 'ccls': {
\ "command": "ccls",
\ "trace.server": "verbose",
\ "filetypes": ["c", "cpp", "objc", "objcpp"]
\ }
\})
call coc#config('languageserver', {
\ 'ccls': {
\ "command": "ccls",
\ "trace.server": "verbose",
\ "filetypes": ["c", "cpp", "objc", "objcpp"]
\ }
\})
<
Expand Down

0 comments on commit a2b814a

Please sign in to comment.