add which-key
This commit is contained in:
@@ -3,7 +3,8 @@ return {
|
||||
opts = {
|
||||
formatters_by_ft = {
|
||||
python = { "black" },
|
||||
c = { "clang-format" }
|
||||
c = { "clang-format" },
|
||||
lua = { "stylua" },
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user