From cc166d05039ac0dda71c4d17f2378f9c5bf2b4eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Vl=C4=8Dinsk=C3=BD?= Date: Mon, 23 Aug 2021 11:36:12 +0200 Subject: fix telescope.project call in sample config (without ts) (#1380) --- utils/installer/config.example-no-ts.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/installer') diff --git a/utils/installer/config.example-no-ts.lua b/utils/installer/config.example-no-ts.lua index e5c24274..aad13fe0 100644 --- a/utils/installer/config.example-no-ts.lua +++ b/utils/installer/config.example-no-ts.lua @@ -28,7 +28,7 @@ lvim.keys.normal_mode[""] = ":w" -- end -- Use which-key to add extra bindings with the leader-key prefix --- lvim.builtin.which_key.mappings["P"] = { "lua require'telescope'.extensions.project.project{}", "Projects" } +-- lvim.builtin.which_key.mappings["P"] = { "Telescope projects", "Projects" } -- lvim.builtin.which_key.mappings["t"] = { -- name = "+Trouble", -- r = { "Trouble lsp_references", "References" }, -- cgit v1.2.3