-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switching from Neotree win to Obsidian causing error. #793
Comments
It is also sometimes throwing this error when moving cursor from neotree to an
|
I am also getting the same error when navigating to .md files using oil. |
i second this. i am facing same issue with obsidian whenever i switch to or open a |
The issue stems from using |
cloned the repo and changing this function to : config.CompletionOpts.default = function()
local has_nvim_cmp, _ = pcall(require, "cmp")
local has_blink_cmp, _ = pcall(require, "blink.cmp")
if has_blink_cmp then
has_nvim_cmp = false
end
return {
nvim_cmp = has_nvim_cmp,
min_chars = 2,
}
end stops that error as |
🐛 Describe the bug
Whenever the cursor is switched from Neotree to any markdown file this error occurs.
Config
Environment
Even the debug command is throwing an error and here it is coming from
fzf-lua
.The text was updated successfully, but these errors were encountered: