mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-27 03:08:56 +02:00
add: update config
This commit is contained in:
parent
ff6c42d6ff
commit
b626bce72a
2 changed files with 6 additions and 1 deletions
|
@ -679,6 +679,11 @@ return {
|
|||
priority = 1000,
|
||||
lazy = false,
|
||||
config = function()
|
||||
require("darcula").setup {
|
||||
colors = {
|
||||
lavender = "#9876AA",
|
||||
},
|
||||
}
|
||||
vim.api.nvim_create_autocmd("ColorScheme", {
|
||||
pattern = "*",
|
||||
callback = function()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue