Skip to content

Commit

Permalink
docs: correct coc-example-config url (#5220)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
fannheyward authored Dec 10, 2024
1 parent 1e7abfa commit 77094cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/coc-example-config.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- https://raw.githubusercontent.com/neoclide/coc.nvim/master/coc-example-config.lua
-- https://raw.githubusercontent.com/neoclide/coc.nvim/refs/heads/master/doc/coc-example-config.lua

-- Some servers have issues with backup files, see #649
vim.opt.backup = false
Expand Down
2 changes: 1 addition & 1 deletion doc/coc-example-config.vim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
" https://raw.githubusercontent.com/neoclide/coc.nvim/master/coc-example.vim
" https://raw.githubusercontent.com/neoclide/coc.nvim/refs/heads/master/doc/coc-example-config.vim

" May need for Vim (not Neovim) since coc.nvim calculates byte offset by count
" utf-8 byte sequence
Expand Down

0 comments on commit 77094cb

Please sign in to comment.