This repository has been archived by the owner on Mar 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
segfaults when calling setup #19
Comments
Config: -- config.lua
local completion = require("nvim_completion")
completion.setup({
sources = {
lipsum = { enable = function(_buf) return true end },
lsp = { enable = true },
},
}) Starting Neovim w/ Then you need to open a new buffer for the sources to attach to via Can you share your config? It shouldn't segfault. Does the segfault also happen if you use Neovim 0.7.2 instead of nightly? |
Yup, just confirmed it only segfaults with neovim latest master.
|
That's not a segfault, that's just a panic (which I'm aware of). |
Yup, I figured you would. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi. Would you mind sharing what versions of neovim, nvim-oxi and rustc you use to test nvim-completion?
I've tried with rustc 1.65.0-nightly/1.63.0, neovim (NVIM v0.8.0-dev-1021-g24fbda04b
Build type: Release), nvim-oxi latest master. Could you also share your config options for nvim-completion? Thanks.
The text was updated successfully, but these errors were encountered: