summaryrefslogtreecommitdiff
path: root/lua/user/keymaps.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/user/keymaps.lua')
-rw-r--r--lua/user/keymaps.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/user/keymaps.lua b/lua/user/keymaps.lua
index fd9d2c2..48b8970 100644
--- a/lua/user/keymaps.lua
+++ b/lua/user/keymaps.lua
@@ -93,6 +93,8 @@ keymap("n", "<leader>bl", ":JABSOpen<CR>", opts) --Open buffer switcher ('b'uf
-- Toggle GUI colors
keymap("n", "<leader>g", ":set termguicolors!<CR>:TSToggle highlight<CR>", opts) -- ('g'ui)
+-- LSP options - see lsp/handlers.lua
+
-- Telescope options
keymap("n", "<leader>tf", ":Telescope find_files<CR>", opts) -- ('f'ind_files)
keymap("n", "<leader>ts", ":Telescope live_grep<CR>", opts) -- ('s'tring)