Update the reference to coc#config()

Chayoung You 2019-07-15 17:38:13 +09:00 committed by Fangrui Song
parent a748c63dc0
commit 9caff063f2

@ -19,7 +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/2e93b1feff57e41a04c9f714c61c025e2d17eaa3/doc/coc.txt#L625).</sub>
<sub>Note: coc.nvim also supports [configuration from `.vimrc` instead](https://github.com/neoclide/coc.nvim/blob/f3f43f58543135495d411ed948ac9ba2eca0880a/doc/coc.txt#L1020).</sub>
First example:
@ -94,4 +94,4 @@ nn <silent> xv :call CocLocations('ccls','$ccls/vars')<cr>
nn <silent> xV :call CocLocations('ccls','$ccls/vars',{'kind':1})<cr>
nn xx x
```
```