Skip to content
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

Open nvim errors after update nvimdots #1092

Closed
3 tasks done
yinghaoyu opened this issue Dec 12, 2023 · 4 comments
Closed
3 tasks done

Open nvim errors after update nvimdots #1092

yinghaoyu opened this issue Dec 12, 2023 · 4 comments
Labels
bug Something isn't working has:repro This issue contains reproducing steps upstream Upstream (neovim/plugin) issues

Comments

@yinghaoyu
Copy link

Version confirmation

  • Confirm

Following prerequisites

  • Confirm

Not a user config issue

  • Confirm

Neovim version

nvim v0.9.4

Operating system/version

WSL2-Ubuntu20.04

Terminal name/version

Window Terminal

$TERM environment variable

No response

Branch info

main (Default/Latest)

Fetch Preferences

SSH (use_ssh = true)

How to reproduce the issue

In nvimdots project, run

git pull
./scripts/install.sh

After that I open a file by nvim and it shows as below

Error detected while processing BufReadPost Autocommands for "*":
Error executing lua callback: /tmp/.mount_vimdRu7xY/usr/share/nvim/runtime/filetype.lua:24: Error executing lua: /tmp/.m
ount_vimdRu7xY/usr/share/nvim/runtime/filetype.lua:25: BufReadPost Autocommands for "*"..FileType Autocommands for "mark
down"..FileType Autocommands for "*": Vim(append):Error executing lua callback: ...y/rainbow-delimiters.nvim/lua/rainbow
-delimiters/lib.lua:183: Cannot convert given lua type
stack traceback:
        [C]: in function 'nvim_buf_call'
        ...y/rainbow-delimiters.nvim/lua/rainbow-delimiters/lib.lua:183: in function 'attach'
        ...zy/rainbow-delimiters.nvim/plugin/rainbow-delimiters.lua:63: in function <...zy/rainbow-delimiters.nvim/plugi
n/rainbow-delimiters.lua:59>
        [C]: in function 'nvim_exec_autocmds'
        ...nvim/site/lazy/lazy.nvim/lua/lazy/core/handler/event.lua:157: in function <...nvim/site/lazy/lazy.nvim/lua/la
zy/core/handler/event.lua:156>
        [C]: in function 'xpcall'
        ...al/share/nvim/site/lazy/lazy.nvim/lua/lazy/core/util.lua:113: in function 'try'
        ...nvim/site/lazy/lazy.nvim/lua/lazy/core/handler/event.lua:156: in function 'trigger'
        ...nvim/site/lazy/lazy.nvim/lua/lazy/core/handler/event.lua:87: in function <...nvim/site/lazy/lazy.nvim/lua/laz
y/core/handler/event.lua:72>
        [C]: in function 'nvim_cmd'
        /tmp/.mount_vimdRu7xY/usr/share/nvim/runtime/filetype.lua:25: in function </tmp/.mount_vimdRu7xY/usr/share/nvim/
runtime/filetype.lua:24>
        [C]: in function 'nvim_buf_call'
        /tmp/.mount_vimdRu7xY/usr/share/nvim/runtime/filetype.lua:24: in function </tmp/.mount_vimdRu7xY/usr/share/nvim/
runtime/filetype.lua:10>
stack traceback:
        [C]: in function 'nvim_cmd'
        /tmp/.mount_vimdRu7xY/usr/share/nvim/runtime/filetype.lua:25: in function </tmp/.mount_vimdRu7xY/usr/share/nvim/
runtime/filetype.lua:24>
        [C]: in function 'nvim_buf_call'

Expected behavior

It shouldn't happened.

Actual behavior

No response

Additional information

No response

@yinghaoyu yinghaoyu added the bug Something isn't working label Dec 12, 2023
@CharlesChiuGit
Copy link
Collaborator

can confirm

@CharlesChiuGit
Copy link
Collaborator

@HiPhish
Copy link

HiPhish commented Dec 12, 2023

Should be fixed now on master.

@CharlesChiuGit
Copy link
Collaborator

@HiPhish can confirm, tks!

@Jint-lzxy Jint-lzxy added has:repro This issue contains reproducing steps upstream Upstream (neovim/plugin) issues labels Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working has:repro This issue contains reproducing steps upstream Upstream (neovim/plugin) issues
Projects
None yet
Development

No branches or pull requests

4 participants