mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-04 06:24:29 +02:00
add: config colorscheme solarized osaka
This commit is contained in:
parent
62d393b0f9
commit
30537367c1
4 changed files with 67 additions and 5 deletions
|
@ -6,4 +6,7 @@ elseif substring(tostring(colorscheme), "material") then
|
|||
colorscheme = "material"
|
||||
end
|
||||
|
||||
vim.cmd("colorscheme " .. colorscheme)
|
||||
local status_ok, _ = pcall(vim.cmd, "colorscheme " .. colorscheme)
|
||||
if not status_ok then
|
||||
return
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue