working
This commit is contained in:
parent
5bdde24dfb
commit
dd1d1bb6e9
49 changed files with 2444 additions and 1322 deletions
10
lua/plugins/themes/quantum.lua
Normal file
10
lua/plugins/themes/quantum.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
{
|
||||
'AvidDabbler/quantum.vim',
|
||||
priority = 1000, -- Ensure it's loaded first
|
||||
lazy = false, -- Load immediately
|
||||
config = function()
|
||||
vim.cmd 'colorscheme quantum' -- Explicitly set the colorscheme
|
||||
end,
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue