nvim: don't crash on no pywal + other random

This commit is contained in:
2024-04-19 13:34:12 +03:00
parent bc821b1197
commit b4d779f5fc
3 changed files with 35 additions and 35 deletions

View File

@ -4,7 +4,7 @@ return {
{ "mbrea-c/wal-colors.nvim" },
},
config = function()
vim.cmd([[colorscheme mbc]])
pcall(vim.cmd, "colorscheme mbc")
end,
priority = 1000,
}