From b57dc94d3a6aacc1f0050ae6d3f55f7ad4d27e29 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Tue, 21 Oct 2025 21:03:41 +0200 Subject: feat: move plugin install definitions to their dirs. --- lua/plugins/colorscheme.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lua/plugins/colorscheme.lua') diff --git a/lua/plugins/colorscheme.lua b/lua/plugins/colorscheme.lua index f82912a..5e1b401 100644 --- a/lua/plugins/colorscheme.lua +++ b/lua/plugins/colorscheme.lua @@ -1,2 +1,5 @@ +vim.pack.add({ + { src = "https://github.com/ellisonleao/gruvbox.nvim" }, +}) vim.o.background = "dark" vim.cmd([[colorscheme gruvbox]]) -- cgit v1.1