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

2
flake.lock generated
View File

@@ -1187,7 +1187,7 @@
}, },
"locked": { "locked": {
"lastModified": 1, "lastModified": 1,
"narHash": "sha256-H6RUC5dnGvIy2vi5Fi9w/k9nPolNKzpZGIg4iod+XUI=", "narHash": "sha256-pFd1tjYlyHzyVqeMu2IsCc8n+dr7qU5PQktynt0LAzo=",
"path": "./neovim", "path": "./neovim",
"type": "path" "type": "path"
}, },

View File

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