From c0ee49298161bccb75b9e23ed64fe80aacec2fd4 Mon Sep 17 00:00:00 2001 From: mhsn Date: Sat, 23 Nov 2024 17:40:44 +0000 Subject: Initial commit --- lua/plugins/colors.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lua/plugins/colors.lua (limited to 'lua/plugins/colors.lua') diff --git a/lua/plugins/colors.lua b/lua/plugins/colors.lua new file mode 100644 index 0000000..1c44296 --- /dev/null +++ b/lua/plugins/colors.lua @@ -0,0 +1,10 @@ +return { + { + "sainnhe/gruvbox-material", + lazy = false, + priority = 1000, + config = function() + vim.cmd([[colorscheme gruvbox-material]]) + end, + }, +} -- cgit v1.2.3