feat: more ci stuff
This commit is contained in:
parent
4c257d5065
commit
88397bc1ad
4 changed files with 119 additions and 1 deletions
|
|
@ -1,10 +1,15 @@
|
|||
local M = {}
|
||||
|
||||
---@param opts? table
|
||||
---@class MidnightConfig
|
||||
---@field [string] any
|
||||
|
||||
---@param opts? MidnightConfig
|
||||
---@return nil
|
||||
function M.setup(opts)
|
||||
opts = opts or {}
|
||||
end
|
||||
|
||||
---@return nil
|
||||
function M.load()
|
||||
if vim.g.colors_name then
|
||||
vim.cmd('hi clear')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue