We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v0.8.2
MacOS Ventura 13.1 (22C65)
New issue on startup with v1.3.1 of LazyVim
v1.3.1
Failed loading lazyvim.config.keymaps ...l/share/nvim/lazy/LazyVim/lua/lazyvim/config/keymaps.lua:9: attempt to index local 'keys' (a nil value) # stacktrace: - /LazyVim/lua/lazyvim/config/keymaps.lua:9 _in_ **map** - /LazyVim/lua/lazyvim/config/keymaps.lua:15 - /LazyVim/lua/lazyvim/config/init.lua:124 - /LazyVim/lua/lazyvim/config/init.lua:123 _in_ **load** - /LazyVim/lua/lazyvim/config/init.lua:94 _in_ **setup** - /LazyVim/lua/lazyvim/config/init.lua:158 _in_ **__index** - gitsigns.lua:1 - ~/.config/nvim/lua/config/lazy.lua:9 - ~/.config/nvim/init.lua:2
Run nvim v1.3.1
No errors
No response
The text was updated successfully, but these errors were encountered:
How do you trigger this? What;s in gitsigngs.lua on line 1? That's not part of LazyVim.
gitsigngs.lua
Sorry, something went wrong.
bd4f350
Ah, thanks. I was trying to pull in the icons before returning my gitsigns config.
local icons = require("lazyvim.config").icons return { "lewis6991/gitsigns.nvim", // ... }
I guess I can't do it that way.
fix(config): return defaults when setup was not run yet. Fixes LazyVi…
b292375
…m#126
Successfully merging a pull request may close this issue.
Did you check docs and existing issues?
Neovim version (nvim -v)
v0.8.2
Operating system/version
MacOS Ventura 13.1 (22C65)
Describe the bug
New issue on startup with
v1.3.1
of LazyVimSteps To Reproduce
Run nvim
v1.3.1
Expected Behavior
No errors
Repro
No response
The text was updated successfully, but these errors were encountered: