feat(nvim): Fix core.integrations.image

This commit is contained in:
uttarayan21
2024-03-29 19:28:26 +05:30
parent eb13211abe
commit e946c6051a
2 changed files with 4 additions and 2 deletions

View File

@@ -427,7 +427,9 @@ in rec {
config = { icon_preset = "diamond" }
},
["core.integrations.image"] = {
tmux_show_only_in_active_window = true,
config = {
tmux_show_only_in_active_window = true,
}
},
["core.keybinds"] = {
-- https://github.com/nvim-neorg/neorg/blob/main/lua/neorg/modules/core/keybinds/keybinds.lua