Sfoglia il codice sorgente

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

Abouzar Parvan 3 anni fa
parent
commit
0a1c76eb6a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      lua/core/which-key.lua

+ 1 - 1
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" },