mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-02-04 06:42:05 +00:00
reformat
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
local colorscheme = "dracula"
|
||||
|
||||
local theme_status_ok, dracula = pcall(require, "dracula")
|
||||
if not theme_status_ok then
|
||||
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
|
||||
return
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user