This commit is contained in:
RingOfStorms (Joshua Bell) 2023-03-30 00:27:26 -05:00
parent ad78e2fe1d
commit cb237fd8aa
3 changed files with 42 additions and 16 deletions

View file

@ -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",