From 3263eeed58be4b7dd0846a4f5a8167763b2e40b9 Mon Sep 17 00:00:00 2001 From: seajee Date: Sat, 18 Jan 2025 10:58:45 +0100 Subject: [PATCH] Neovim theme --- neovim/.config/nvim/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neovim/.config/nvim/init.lua b/neovim/.config/nvim/init.lua index 92ffad8..25df4cf 100644 --- a/neovim/.config/nvim/init.lua +++ b/neovim/.config/nvim/init.lua @@ -218,7 +218,7 @@ require("lazy").setup({ italic = { comments = false, keywords = true, - functions = true, + functions = false, variables = false, }, custom_colors = { -- this table can hold any group of colors with their respective values