mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2025-10-21 20:10:41 +00:00
reformat
This commit is contained in:
parent
5464bb71ca
commit
bb8120cea3
@ -1,5 +1,3 @@
|
|||||||
local colorscheme = "dracula"
|
|
||||||
|
|
||||||
local theme_status_ok, dracula = pcall(require, "dracula")
|
local theme_status_ok, dracula = pcall(require, "dracula")
|
||||||
if not theme_status_ok then
|
if not theme_status_ok then
|
||||||
return
|
return
|
||||||
@ -23,7 +21,7 @@ dracula.setup({
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
local status_ok, _ = pcall(vim.cmd, "colorscheme " .. colorscheme)
|
local status_ok, _ = pcall(vim.cmd.colorscheme("dracula"))
|
||||||
if not status_ok then
|
if not status_ok then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user