Closed NEX-S closed 2 years ago
You need to be using the latest version of Gitsigns if you are running Neovim dev builds
So now this is happening, but now it's not dev build anymore.
Are you using the latest version of Gitsigns?
I can confirm this is happening even when using tag = "release"
in my packer config, using neovim 8.
I think the release tag still points to 0.4, I forgot to update when I released 0.5. In the meantime you can just use the main branch.
Removing tag = release
and running PackerSync
worked.
I'll wait for release
tag get correctly tagged.
Thanks 👍🏼
@sahibalejandro but today still i get the same issue
@sahibalejandro but today still i get the same issue
@kamalkech try to first remove the package and add it again.
@sahibalejandro i downground neovim to 0.7.2 because i found a looooot of issues with different plugins, and mostly not response asap to fix all that, so i save my time to downground
Description
Neovim version
NVIM v0.8.0-dev-959-g6547f4397f Build type: RelWithDebInfo LuaJIT 2.1.0-beta3 Compilation: /usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-U_FORTIFY_SOURCE -Wp,-D_FORTIFY_SOURCE=1 -DNVIM_TS_HAS_SET_MATCH_LIMIT -DNVIM_TS_HAS_SET_ALLOCATOR -O2 -g -Og -g -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -Wimplicit-fallthrough -Wvla -fstack-protector-strong -fno-common -fdiagnostics-color=auto -DINCLUDE_GENERATED_DECLARATIONS -D_GNU_SOURCE -DNVIM_MSGPACK_HAS_FLOAT32 -DNVIM_UNIBI_HAS_VAR_FROM -DMIN_LOG_LEVEL=3 -I/home/nex/.cache/yay/neovim-git/src/build/cmake.config -I/home/nex/.cache/yay/neovim-git/src/neovim-git/src -I/usr/include -I/home/nex/.cache/yay/neovim-git/src/build/src/nvim/auto -I/home/nex/.cache/yay/neovim-git/src/build/include Compiled by nex@UNEXPECTED Features: +acl +iconv +tui See ":help feature-compile" system vimrc file: "$VIM/sysinit.vim" fall-back for $VIM: "/usr/share/nvim"
Operating system and version
Manjaro Linux Gnome
Expected behavior
No response
Actual behavior
Error detected while processing VimEnter Autocommands for "*": E5108: Error executing lua Vim:E5248: Invalid character in group name stack traceback: [C]: in function 'sign_define' ...e/pack/packer/start/gitsigns.nvim/lua/gitsigns/signs.lua:56: in function 'define' ...pack/packer/start/gitsigns.nvim/lua/gitsigns/manager.lua:353: in function 'setup_signs_and_highlights' [string ":lua"]:1: in main chunk
Minimal config
Steps to reproduce
open nvim with this gitsigns config
then get this error
Gitsigns debug messages
No response