mirror of
https://github.com/MaskRay/ccls.git
synced 2025-06-07 16:54:54 +00:00
fix json type error
parent
3157d69340
commit
329c80aec6
@ -12,7 +12,6 @@ Open config file with command `:CocConfig`
|
|||||||
"initializationOptions": {
|
"initializationOptions": {
|
||||||
"cache": {
|
"cache": {
|
||||||
"directory": ".ccls-cache"
|
"directory": ".ccls-cache"
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"client": {
|
"client": {
|
||||||
"snippetSupport": true
|
"snippetSupport": true
|
||||||
@ -20,6 +19,7 @@ Open config file with command `:CocConfig`
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
<sub>Note: coc.nvim also supports [configuration from `.vimrc` instead](https://github.com/neoclide/coc.nvim/blob/f3f43f58543135495d411ed948ac9ba2eca0880a/doc/coc.txt#L1020).</sub>
|
<sub>Note: coc.nvim also supports [configuration from `.vimrc` instead](https://github.com/neoclide/coc.nvim/blob/f3f43f58543135495d411ed948ac9ba2eca0880a/doc/coc.txt#L1020).</sub>
|
||||||
|
Loading…
Reference in New Issue
Block a user