summaryrefslogtreecommitdiff
path: root/utils/installer/config.example.lua
diff options
context:
space:
mode:
authorAbouzar Parvan <[email protected]>2021-08-23 08:21:17 +0430
committerGitHub <[email protected]>2021-08-23 08:21:17 +0430
commit10091859a29e16f38b6eaca64db59308ddf24138 (patch)
tree9176c1302f40eaac0d2f9350c494223b8edd7936 /utils/installer/config.example.lua
parent86796a0a97e0734be20614dd2586351fe83d4642 (diff)
Update config.example.lua
Diffstat (limited to 'utils/installer/config.example.lua')
-rw-r--r--utils/installer/config.example.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/installer/config.example.lua b/utils/installer/config.example.lua
index 2f8984bb..c2c75fbb 100644
--- a/utils/installer/config.example.lua
+++ b/utils/installer/config.example.lua
@@ -37,7 +37,7 @@ lvim.keys.normal_mode["<C-s>"] = ":w<cr>"
-- end
-- Use which-key to add extra bindings with the leader-key prefix
--- lvim.builtin.which_key.mappings["P"] = { "<cmd>lua require'telescope'.extensions.project.project{}<CR>", "Projects" }
+-- lvim.builtin.which_key.mappings["P"] = { "<cmd>Telescope projects<CR>", "Projects" }
-- lvim.builtin.which_key.mappings["t"] = {
-- name = "+Trouble",
-- r = { "<cmd>Trouble lsp_references<cr>", "References" },