Neovim/lua/plugins/moderndark.lua

15 lines
339 B
Lua
Raw Normal View History

2024-05-12 17:38:26 +00:00
return {
{
"gmr458/vscode_modern_theme.nvim",
lazy = false,
priority = 1000,
config = function()
require("vscode_modern").setup({
cursorline = true,
transparent_background = false,
nvim_tree_darker = true,
})
end,
},
}