From ad205a6812ddbcfb73c73a7e6b7a9acbb5267d53 Mon Sep 17 00:00:00 2001 From: awy Date: Sun, 16 Nov 2025 18:12:11 +0300 Subject: nvim --- .config/nvim/lua/plugins/theme.lua | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .config/nvim/lua/plugins/theme.lua (limited to '.config/nvim/lua/plugins/theme.lua') diff --git a/.config/nvim/lua/plugins/theme.lua b/.config/nvim/lua/plugins/theme.lua new file mode 100644 index 0000000..2be3d8e --- /dev/null +++ b/.config/nvim/lua/plugins/theme.lua @@ -0,0 +1,9 @@ +return { + { + "ellisonleao/gruvbox.nvim", + priority = 1000, + config = function() + vim.cmd.colorscheme "gruvbox" + end + } +} -- cgit v1.2.3