enc: update config which-key

This commit is contained in:
Pojok Code 2024-07-13 13:07:24 +07:00
parent 1aa86bfa2d
commit 7962b741bd
11 changed files with 446 additions and 202 deletions

View file

@ -186,8 +186,8 @@ return {
},
},
notify = {
threshold = vim.log.levels.INFO,
-- threshold = vim.log.levels.ERROR,
-- threshold = vim.log.levels.INFO,
threshold = vim.log.levels.ERROR,
},
log = {
enable = false,
@ -208,6 +208,9 @@ return {
args = {},
},
},
keys = {
{ "<leader>e", "<cmd>NvimTreeToggle<cr>", desc = "󰙅 Explorer" },
},
config = function(_, opts)
require("nvim-tree").setup(opts)
local api = require("nvim-tree.api")