add which-key

This commit is contained in:
2025-05-12 23:41:48 +02:00
parent bf0056358b
commit 90beed3354
11 changed files with 121 additions and 126 deletions

View File

@@ -3,7 +3,8 @@ return {
opts = {
formatters_by_ft = {
python = { "black" },
c = { "clang-format" }
c = { "clang-format" },
lua = { "stylua" },
},
},
}