format all files
This commit is contained in:
parent
7adc3a8bf9
commit
0a17321086
26 changed files with 331 additions and 331 deletions
|
@ -1,18 +1,18 @@
|
|||
return {
|
||||
"marko-cerovac/material.nvim",
|
||||
config = function()
|
||||
vim.g.material_style = "darker"
|
||||
require("material").setup({
|
||||
plugins = {
|
||||
"dashboard",
|
||||
"gitsigns",
|
||||
"telescope",
|
||||
"nvim-tree",
|
||||
"which-key",
|
||||
},
|
||||
high_visibility = {
|
||||
darker = true,
|
||||
},
|
||||
})
|
||||
end,
|
||||
"marko-cerovac/material.nvim",
|
||||
config = function()
|
||||
vim.g.material_style = "darker"
|
||||
require("material").setup({
|
||||
plugins = {
|
||||
"dashboard",
|
||||
"gitsigns",
|
||||
"telescope",
|
||||
"nvim-tree",
|
||||
"which-key",
|
||||
},
|
||||
high_visibility = {
|
||||
darker = true,
|
||||
},
|
||||
})
|
||||
end,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue