Error when opening quarto-nvim-kickstarter
liston opened this issue · 5 comments
Hi,
I am getting a similar error message to one that was reported earlier in this thread. After I cloned the repo and opened Neovim, I get 'Failed to run 'config' for image.nvim
nvim/lua/plugins/ui.lua:234: attempt to call field 'system' (a nil value)
stacktrace:
nvim/lua/plugins/ui.lua:234 in config
nvim/lua/config/lazy.lua:16
nvim/init.lua:2
I removed the files in .local /nvim share and state and cloned again, but the same message still came up.
I hope you can help.
what version of neovim are you on?
I tried 0.9.0 and 0.9.4 both gave the same response.
Ah, yes. Looks like, ironically, the function I'm using to check for dependencies for a new plugin via a shell command is only available in nvim 0.10, so I'm going to have to check for that as well.
Should be fixed now :)
Thanks, No errors now.