updates
This commit is contained in:
parent
ad78e2fe1d
commit
cb237fd8aa
3 changed files with 42 additions and 16 deletions
|
@ -1,4 +1,24 @@
|
|||
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,
|
||||
-- lighter = true,
|
||||
}
|
||||
}
|
||||
end,
|
||||
},
|
||||
{
|
||||
"Pocco81/auto-save.nvim",
|
||||
event = "BufEnter",
|
||||
|
@ -14,7 +34,7 @@ return {
|
|||
},
|
||||
{
|
||||
"gioele/vim-autoswap",
|
||||
event = "BufEnter"
|
||||
event = "BufEnter",
|
||||
},
|
||||
-- {
|
||||
-- "simrat39/inlay-hints.nvim",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue