init
This commit is contained in:
17
nvim/lua/plugins/extras/ui/theme-loader.lua
Normal file
17
nvim/lua/plugins/extras/ui/theme-loader.lua
Normal file
@@ -0,0 +1,17 @@
|
||||
return {
|
||||
{
|
||||
"rafi/theme-loader.nvim",
|
||||
lazy = false,
|
||||
priority = 999,
|
||||
opts = {},
|
||||
},
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
config = function(_, opts)
|
||||
opts = opts or {}
|
||||
-- disable the colorscheme
|
||||
opts.colorscheme = function() end
|
||||
require("lazyvim").setup(opts)
|
||||
end,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user