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 had forked this repo and it is working at home under ubuntu using WSL
I tried to use the same repo at work on Red Hat Linux and I am getting errors on launch of nvim and every time I go into insert mode.
I am using NVIM 0.11.0-dev-836+g64847fbdc
I cloned this repo directly and get the exact same errors as I do with my personal fork
error on start are:
Failed to run config for gitsigns.nvim
errors when I go into insert mode start out as:
Error detected while processing InsertEnter Autocommands for "*":
Error executing lua callback: ...l/share/nvim/lazy/cmp-nvim-lsp/lua/cmp_nvim_lsp/init.lua:98: loop or previous error loading module 'cmp'
stack traceback:
[C]: in function 'require'
...l/share/nvim/lazy/cmp-nvim-lsp/lua/cmp_nvim_lsp/init.lua:98: in function <...l/share/nvim/lazy/cmp-nvim-lsp/lua/cmp_nvim_lsp/init.lua:97>
and then I get a couple more full screens of similar errors after this.
The text was updated successfully, but these errors were encountered:
I hadn't tried looking at what the code was trying to do.
I believe I did try :Lazy Update and it completed without issues and the same for sync and install.
I won't be back at work until Monday and I'll have to try it then.
I had forked this repo and it is working at home under ubuntu using WSL
I tried to use the same repo at work on Red Hat Linux and I am getting errors on launch of nvim and every time I go into insert mode.
I am using NVIM 0.11.0-dev-836+g64847fbdc
I cloned this repo directly and get the exact same errors as I do with my personal fork
error on start are:
Failed to run
config
for gitsigns.nvim...al/share/nvim/lazy/gitsigns.nvim/lua/gitsigns/config.lua:899: signs: expected function: 0x7ff585cc3100, got table (table: 0x7ff58644c6c8)
stacktrace:
errors when I go into insert mode start out as:
Error detected while processing InsertEnter Autocommands for "*":
Error executing lua callback: ...l/share/nvim/lazy/cmp-nvim-lsp/lua/cmp_nvim_lsp/init.lua:98: loop or previous error loading module 'cmp'
stack traceback:
[C]: in function 'require'
...l/share/nvim/lazy/cmp-nvim-lsp/lua/cmp_nvim_lsp/init.lua:98: in function <...l/share/nvim/lazy/cmp-nvim-lsp/lua/cmp_nvim_lsp/init.lua:97>
and then I get a couple more full screens of similar errors after this.
The text was updated successfully, but these errors were encountered: