nvim: don't crash on no pywal + other random
This commit is contained in:
@ -4,7 +4,7 @@ return {
|
||||
{ "mbrea-c/wal-colors.nvim" },
|
||||
},
|
||||
config = function()
|
||||
vim.cmd([[colorscheme mbc]])
|
||||
pcall(vim.cmd, "colorscheme mbc")
|
||||
end,
|
||||
priority = 1000,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user