commit
e527e55069
@ -0,0 +1,7 @@
|
||||
local colorscheme = "default"
|
||||
|
||||
local status_ok, _ = pcall(vim.cmd, "colorscheme " .. colorscheme)
|
||||
if not status_ok then
|
||||
vim.notify("colorscheme " .. colorscheme .. " not found!")
|
||||
return
|
||||
end
|
Loading…
Reference in new issue