feat(nvim): Fix core.integrations.image
This commit is contained in:
2
flake.lock
generated
2
flake.lock
generated
@@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user