diff options
author | Abouzar Parvan <[email protected]> | 2021-08-11 11:27:10 +0430 |
---|---|---|
committer | GitHub <[email protected]> | 2021-08-11 11:27:10 +0430 |
commit | 0a1c76eb6a0e3bb37245943905c1f96e1615f15f (patch) | |
tree | ba9c46b055bfefa5847beefdcdab5c3dafee992d /lua/core/which-key.lua | |
parent | e7c6275879dfceeedb99b74e3cce9f41e3e22625 (diff) |
fix formatting for which-key.lua (#1288)
Diffstat (limited to 'lua/core/which-key.lua')
-rw-r--r-- | lua/core/which-key.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/core/which-key.lua b/lua/core/which-key.lua index 67a553ff..d75b2c70 100644 --- a/lua/core/which-key.lua +++ b/lua/core/which-key.lua @@ -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" }, |