You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read the appropriate plugin's documentation.
I have searched that this issue has not been reported before.
By checking this, I confirm that the above steps are completed. I understand leaving this unchecked will result in this report being closed immediately.
Describe the bug
I don't really know what this error is. I am new to neovim, I trying to make this work for the last 2 days... but it simply don't. After installing kickstart I am prompted to install some plugins (lazy UI does not show up):
These plugins will be installed:
guess-ident.nvim from https://github.com/NMAC427/guess-ident.nvim
Processed? [Y]es, (N)o, (A)lways:
I press "A", them I get this error:
Error in /home/user/.config/nvim-kickstart/init.lua:
E5113: Lua chunk: /home/user/.config/nvim-kickstart/init.lua:397: Vim:E5113: Lua chunk: vim/loader.lua:0: ENAMETOOLON
G: name too long: /home/user/.cache/nvim-kickstart/luac/%2fhome%2fuser%2f.local%2fshare%2fnvim-kickstart%2fsite%2fpa
ck%2fcore%2fopt%2ftokyonight.nvim%2flua%2ftokyonight%2fgroups%2fmini_trailspace.luac
stack traceback:
[C]: in function 'assert'
vim/loader.lua: in function ''
vim/loader.lua: in function 'loadfile'
...te/pack/core/opt/tokyonight.nvim/lua/tokyonight/util.lua:22: in function 'get_group'
.../core/opt/tokyonight.nvim/lua/tokyonight/groups/init.lua:88: in function 'get'
.../core/opt/tokyonight.nvim/lua/tokyonight/groups/init.lua:155: in function 'setup'
...e/pack/core/opt/tokyonight.nvim/lua/tokyonight/theme.lua:8: in function 'load'
...ack/core/opt/tokyonight.nvim/colors/tokyonight-night.lua:1: in main chunk
[C]: in function 'colorscheme'
/home/user/.config/nvim-kickstart/init.lua:397: in main chunk
stack traceback:
[C]: in function 'colorscheme'
/home/user/.config/nvim-kickstart/init.lua:397: in main chunk
Before Reporting an Issue
I have read the kickstart.nvim README.md.
I have read the appropriate plugin's documentation.
I have searched that this issue has not been reported before.
By checking this, I confirm that the above steps are completed. I understand leaving this unchecked will result in this report being closed immediately.
Describe the bug
I don't really know what this error is. I am new to neovim, I trying to make this work for the last 2 days... but it simply don't. After installing kickstart I am prompted to install some plugins (lazy UI does not show up):
I press "A", them I get this error:
To Reproduce
NOTE: I do have lazyvim on my machine but it is in another folder called "nvim-lazy" with the alias set to lzvim. And yes it works with not problem.
If I comment line 93 ("vim.loader.enable()") from init.lua I no longer get this error. However I do not know if I shoud do this.
Desktop
Neovim Version