ms-jpq / coq_nvim

Fast as FUCK nvim completion. SQLite, concurrent scheduler, hundreds of hours of optimization.
GNU General Public License v3.0
3.58k stars 99 forks source link

Coq_nvim crashing on launch #670

Closed Klvxn closed 1 week ago

Klvxn commented 1 week ago

"This seems to be a problem with symlinks. The sql script it is trying to call is a symbolic link, but it seems you have to explicitly specify core.symlinks as true to create the symlink when cloning, which vimplug does not do. For anyone using vimplug my quick solution is just go into the nvim-data/plugged folder, remove the coq_nvim directory, open any terminal as administrator (e.g. CMD, Windows Powershell, Git Bash) and manually clone the repo with git -c core.symlinks=true clone https://github.com/ms-jpq/coq_nvim.git."

_Originally posted by @54m43lJ in https://github.com/ms-jpq/coq_nvim/issues/589#issuecomment-1651436348_

ms-jpq commented 1 week ago

fixed i derefed all the symlinks, thanks for looking into this