fix formatting for which-key.lua (#1288)

This commit is contained in:
Abouzar Parvan 2021-08-11 11:27:10 +04:30 committed by GitHub
parent e7c6275879
commit 0a1c76eb6a
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@ M.config = function()
["c"] = { "<cmd>BufferClose!<CR>", "Close Buffer" },
["e"] = { "<cmd>lua require'core.nvimtree'.toggle_tree()<CR>", "Explorer" },
["f"] = { "<cmd>Telescope find_files<CR>", "Find File" },
["h"] = { '<cmd>nohlsearch', "No Highlight" },
["h"] = { "<cmd>nohlsearch", "No Highlight" },
b = {
name = "Buffers",
j = { "<cmd>BufferPick<cr>", "jump to buffer" },