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
5113: Error while calling lua chunk: ...cal/share/nvim/rocks/rocks_rtp/lua/rocks-config/init.lua:41: /Users/azurice/.config
/nvim/lua/plugins/material.lua:69: Vim:E185: cannot find colorscheme 'material'
stack traceback:
[C]: in function 'error'
...cal/share/nvim/rocks/rocks_rtp/lua/rocks-config/init.lua:41: in function 'setup'
...rocks/rocks_rtp/lua/rocks-config/rocks/hooks/preload.lua:20: in function 'hook'
...local/share/nvim/rocks/rocks_rtp/lua/rocks/api/hooks.lua:63: in function 'run_preload_hooks'
.../luarocks/rocks-5.1/rocks.nvim/2.19.1-1/plugin/rocks.lua:31: in main chunk
And it doesn't appear in the auto completion of :colorscheme,
But if I remove the line vim.cmd.colorscheme 'material', It shows in the colorscheme list, and I can use :colorscheme to set it correctly.
What's the proper way to set colorscheme?
The text was updated successfully, but these errors were encountered:
I'm trying to install and configure material.nvim
my
lua/plugin/material.lua
is as follows:error:
And it doesn't appear in the auto completion of
:colorscheme
,But if I remove the line
vim.cmd.colorscheme 'material'
, It shows in the colorscheme list, and I can use:colorscheme
to set it correctly.What's the proper way to set colorscheme?
The text was updated successfully, but these errors were encountered: