formatting
This commit is contained in:
parent
3c84ec54bf
commit
452abf2029
25 changed files with 635 additions and 536 deletions
|
@ -2,7 +2,7 @@ return {
|
|||
"marko-cerovac/material.nvim",
|
||||
config = function()
|
||||
vim.g.material_style = "darker"
|
||||
require("material").setup {
|
||||
require("material").setup({
|
||||
plugins = {
|
||||
"dashboard",
|
||||
"gitsigns",
|
||||
|
@ -11,8 +11,8 @@ return {
|
|||
"which-key",
|
||||
},
|
||||
high_visibility = {
|
||||
darker = true
|
||||
}
|
||||
}
|
||||
end
|
||||
darker = true,
|
||||
},
|
||||
})
|
||||
end,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue