mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-30 04:24:26 +02:00
enc: lua format custem
This commit is contained in:
parent
65857a4226
commit
384c0b5768
68 changed files with 1450 additions and 1450 deletions
|
@ -8,5 +8,5 @@ end
|
|||
|
||||
local ok, _ = pcall(vim.cmd.colorscheme, colorscheme)
|
||||
if not ok then
|
||||
require "notify"("Colorscheme '" .. colorscheme .. "' not found!", "error")
|
||||
require("notify")("Colorscheme '" .. colorscheme .. "' not found!", "error")
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue