GideonWolfe / vim.reaper

💀 A Hackable, Fully Featured, Rice Friendly Neovim Configuration
286 stars 10 forks source link

coc-utils is not valid coc extension error message #10

Closed ogfunkycold closed 3 years ago

ogfunkycold commented 3 years ago

Installing vim.reaper for first time as indicated in readme.md I've got the following error:

coc-utils coc-utils is not valid coc extension, "engines" fiekd with coc property required.

I'm using endeavor 2020-09 iso and aur/neovim-git 0.4.0.r2116.geee0668818-1 (+210 3.01) (Installed: 0.4.0.r2684.ga1ed941a7-1)

N3r0m5ns3r commented 3 years ago

I am having the same issue any fix for this.

N3r0m5ns3r commented 3 years ago

https://github.com/coc-extensions/coc-utils/commit/c17e9b8f4b1be5e7d8ea029d109143213dfb430c

GideonWolfe commented 3 years ago

fixed by #11

Antonio-Bennett commented 3 years ago

fixed by #11 Hi Gideon,

I am actually experiencing this same error. I am trying to install coc-utils from the marketplace and am on a windows machine. Please let me know if you need any details, I'm pretty fresh at vim. image

GideonWolfe commented 3 years ago

I don't think this is even a coc extension anymore, I removed it from the config.

Antonio-Bennett commented 3 years ago

Is there any alternative because a function suggested on the official COC repo for selecting pop up Windows uses the float function in Utils I think

Bad3r commented 3 years ago

This issue still occures in the latest version

Bad3r commented 3 years ago

To supress this error. Edit

$HOME/.config/nvim/configs/plugin-settings.vim

and delete the line 314 containing \'coc-utils'

      \'coc-template',
      \'coc-utils'
      \]

make sure to remove the trailing comma , at the end of line 313 \'coc-template',

      \'coc-template'
      \]