diff --git a/coc.nvim.md b/coc.nvim.md index a6a8a9a..22edcc7 100644 --- a/coc.nvim.md +++ b/coc.nvim.md @@ -19,7 +19,7 @@ Open config file with command `:CocConfig` } ``` -Note: coc.nvim also supports [configuration from `.vimrc` instead](https://github.com/neoclide/coc.nvim/blob/2e93b1feff57e41a04c9f714c61c025e2d17eaa3/doc/coc.txt#L625). +Note: coc.nvim also supports [configuration from `.vimrc` instead](https://github.com/neoclide/coc.nvim/blob/f3f43f58543135495d411ed948ac9ba2eca0880a/doc/coc.txt#L1020). First example: @@ -94,4 +94,4 @@ nn xv :call CocLocations('ccls','$ccls/vars') nn xV :call CocLocations('ccls','$ccls/vars',{'kind':1}) nn xx x -``` +``` \ No newline at end of file