Minor fix

This commit is contained in:
js0ny 2025-04-07 08:51:19 +01:00
parent c37d7bb33e
commit 866174e7e2
7 changed files with 21 additions and 19 deletions

View file

@ -6,7 +6,7 @@ return {
lazy = false,
---@type snacks.Config
opts = {
-- bigfile = { enabled = true },
bigfile = { enabled = true },
dashboard = {
enabled = true,
preset = {
@ -32,22 +32,12 @@ return {
},
},
-- explorer = {
-- -- TODO: Remap some keys in explorer
-- -- win = {
-- -- list = {
-- -- keys = {
-- -- ["l"] = "focus_input",
-- -- ["i"] = "confirm",
-- -- ["O"] = "explorer_open", -- Open with system default
-- -- },
-- -- },
-- -- },
-- },
indent = { enabled = true },
-- input = { enabled = true },
-- notifier = { enabled = true },
notifier = { enabled = true },
-- quickfile = { enabled = true },
-- scope = { enabled = true },
scope = { enabled = true },
-- scroll = { enabled = true },
statuscolumn = { enabled = true },
-- words = { enabled = true },