diff options
author | Jan Vlčinský <[email protected]> | 2021-08-23 11:36:12 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-08-23 14:06:12 +0430 |
commit | cc166d05039ac0dda71c4d17f2378f9c5bf2b4eb (patch) | |
tree | d222566703d2d2a236cacf4fbe8b5d3951867dae /utils | |
parent | 10091859a29e16f38b6eaca64db59308ddf24138 (diff) |
fix telescope.project call in sample config (without ts) (#1380)
Diffstat (limited to 'utils')
-rw-r--r-- | utils/installer/config.example-no-ts.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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["<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" }, |