replace packer with lazy vim

This commit is contained in:
2024-06-01 16:10:44 +03:00
parent 3d4f3d4081
commit 3f8663cd3c
24 changed files with 309 additions and 336 deletions

View File

@@ -0,0 +1,8 @@
return {
"ellisonleao/gruvbox.nvim",
priority = 1000,
config = function()
require("gruvbox").setup({})
vim.cmd("colorscheme gruvbox")
end
}