Browse Source

Merge pull request #719 from abzcoding/telescope-project

Fix.  Telescope project and packer had the same keybinding
rebuilt 4 năm trước cách đây
mục cha
commit
4c4d168ea9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lua/lv-which-key/init.lua

+ 1 - 1
lua/lv-which-key/init.lua

@@ -295,7 +295,7 @@ if O.plugin.telescope_project.active then
   -- open projects
   vim.api.nvim_set_keymap(
     "n",
-    "<leader>p",
+    "<leader>P",
     ":lua require'telescope'.extensions.project.project{}<CR>",
     { noremap = true, silent = true }
   )