nvim which-key fix and enable TreeWalker in python

This commit is contained in:
Henrik Bakken
2026-04-26 00:49:10 +02:00
parent 99ab844325
commit 2d0f0470a0
2 changed files with 2 additions and 2 deletions
+1 -2
View File
@@ -941,7 +941,6 @@ local function makespec_whichkey()
"folke/which-key.nvim",
event = "VeryLazy",
opts = {
defaults = {},
spec = {
{
mode = { "n", "v" },
@@ -981,7 +980,7 @@ local function makespec_whichkey()
keys = {
{
"<leader>?",
function() require("which-key").show({ global = false }) end,
function() require("which-key").show({ global = true }) end,
desc = "Buffer Keymaps (which-key)",
},
{