First config
This commit is contained in:
10
lua/plugins/colorscheme.lua
Normal file
10
lua/plugins/colorscheme.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
{
|
||||
"Mofiqul/dracula.nvim",
|
||||
lazy = false, -- make sure we load this during startup if it is your main colorscheme
|
||||
priority = 1000, -- make sure to load this before all the other start plugins
|
||||
config = function()
|
||||
vim.cmd([[colorscheme dracula]])
|
||||
end,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user