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
View File
@@ -2,3 +2,4 @@ vim.o.colorcolumn = "100"
vim.opt.tabstop = 4 vim.opt.tabstop = 4
vim.opt.shiftwidth = 4 vim.opt.shiftwidth = 4
vim.opt.softtabstop = 4 vim.opt.softtabstop = 4
vim.g.no_python_maps = 1
+1 -2
View File
@@ -941,7 +941,6 @@ local function makespec_whichkey()
"folke/which-key.nvim", "folke/which-key.nvim",
event = "VeryLazy", event = "VeryLazy",
opts = { opts = {
defaults = {},
spec = { spec = {
{ {
mode = { "n", "v" }, mode = { "n", "v" },
@@ -981,7 +980,7 @@ local function makespec_whichkey()
keys = { keys = {
{ {
"<leader>?", "<leader>?",
function() require("which-key").show({ global = false }) end, function() require("which-key").show({ global = true }) end,
desc = "Buffer Keymaps (which-key)", desc = "Buffer Keymaps (which-key)",
}, },
{ {