From 8da7e8132983f40f584409f1b52a5b297725d8f1 Mon Sep 17 00:00:00 2001 From: Bogdan Buduroiu Date: Thu, 10 Apr 2025 00:51:16 +0800 Subject: [PATCH] chore: add transparency --- ghostty/config | 1 + nvim/lua/chadrc.lua | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ghostty/config b/ghostty/config index c0271a1..ddf1952 100644 --- a/ghostty/config +++ b/ghostty/config @@ -45,3 +45,4 @@ keybind = ctrl+shift>tab=previous_tab keybind = ctrl+a>d=close_surface # Terminal keybind = global:cmd+grave_accent=toggle_quick_terminal +shell-integration = fish diff --git a/nvim/lua/chadrc.lua b/nvim/lua/chadrc.lua index aed7475..d77bb1e 100644 --- a/nvim/lua/chadrc.lua +++ b/nvim/lua/chadrc.lua @@ -1,12 +1,13 @@ --- This file needs to have same structure as nvconfig.lua +-- This file needs to have same structure as nvconfig.lua -- https://github.com/NvChad/ui/blob/v3.0/lua/nvconfig.lua --- Please read that file to know all available options :( +-- Please read that file to know all available options :( ---@type ChadrcConfig local M = {} M.base46 = { theme = "mountain", + transparency = true, hl_override = { Comment = { italic = true },