mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
Minor fix
This commit is contained in:
parent
c37d7bb33e
commit
866174e7e2
7 changed files with 21 additions and 19 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue