nvimdev/dope

Error in completion

notwidow opened this issue · 22 comments

Hi, i get this error when enter insert mode.
IMG20221011090650

** INFO **

Cosynvim
nvim v0.8.0
OS: Artix Linux rolling
DE: KDE Plasma 5.25.5
Terminal: Alacritty

that mean does not find nvim-cmp plugin.

that mean does not find nvim-cmp plugin.

then?

make sure installed the nvim-cmp and loaded in runtimepath.

make sure installed the nvim-cmp and loaded in runtimepath.

nvim-cmp is installed

so does it loaded when you trigger luasnip.

so does it loaded when you trigger luasnip.

when i try to go in insert mode that error comes the first time .. and this is the result
Uploading IMG20221011124010.jpg…

that mean not loaded if you make sure it installed.

that mean not loaded if you make sure it installed.

it is in installed plugins but its not loaded in files

that mean not loaded if you make sure it installed.

i personally dont like snippets and i dont care about them but for lagnuages like html.. i need them my main goal is to get snippets for html and others tag like languages and no more. Also i dont use lsp ... i want without lsp

I had update some codes in cosy .please update then test.

I had update some codes in cosy .please update then test.

i dont know how to update cosynvim but i will remove everything from my pack.lua and will paste the updated one

this is a template plugin :) if you don't need lsp .you need remove some lsp relate plugins.

this is a template plugin :) if you don't need lsp .you need some lsp relate plugins.

okay. first thing....
when i open any file in core folder than it loads fine without errors but the startup time is now slow.
and when i open neovim outside core folder than it says helper not found and neovim is default one without plugins. I copy pasted your pack ,options file and created helper with added your content. Updated plugins.lua and config.lua according to your commits.

a typo here . you need remove lsp plugins in cosynvim.

please do PackerCompile recompile. i had changed the nvim-cmp and lusnip load event.

a typo here . you need remove lsp plugins in cosynvim.

please do PackerCompile recompile. i had changed the nvim-cmp and lusnip load event.

i did packercompile.. and now PackerSync tries to remove all plugins folders

now use XDG based dir. if you config it ,it will be used .

now use XDG based dir. if you config it ,it will be used .

okay i removed my nvim config and cloned your cosynvim just now and this is what i got while opening neovim.
Screenshot_20221011_144837

sry a function name is wrong. fixed.

sry a function name is wrong. fixed.

so is it fixed now?

right

right

okay i cloned the repo again and this occured
Screenshot_20221011_152040

fixed.