diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-03-05 00:13:30 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-03-05 00:13:30 +0100 |
commit | 04c7f672fa3d58aaa340a36d5590088d816b578f (patch) | |
tree | 7952384aad7e68e03b49c27ef2be4061cafa8e15 /fnl/plugins/telescope.fnl | |
parent | 75679680cc41bb7eec3dc157b67ef6e7a0f241bb (diff) |
Update lsp keymaps
Diffstat (limited to 'fnl/plugins/telescope.fnl')
-rw-r--r-- | fnl/plugins/telescope.fnl | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/fnl/plugins/telescope.fnl b/fnl/plugins/telescope.fnl index b072a87..ef0054b 100644 --- a/fnl/plugins/telescope.fnl +++ b/fnl/plugins/telescope.fnl @@ -92,18 +92,9 @@ {1 :<leader>ft 2 "<cmd>Telescope live_grep theme=dropdown<cr>" :desc "Find Text"} - {1 :<leader>js - 2 "<cmd>Telescope diagnostics theme=dropdown<cr>" - :desc "Telescope Diagnostics"} {1 :<leader>gc 2 "<cmd>Telescope git_commits theme=dropdown<cr>" - :desc "Checkout Commit"} - {1 :<leader>lS - 2 "<cmd>Telescope lsp_dynamic_workspace_symbols<cr>" - :desc "Workspace Symbols"} - {1 :<leader>n - 2 "<cmd>Telescope lsp_document_symbols theme=dropdown<cr>" - :desc "Document Symbols"}]) + :desc "Checkout Commit"}]) (fn config [] (let [telescope (require :telescope) |