summaryrefslogtreecommitdiff
path: root/lua/user/keymaps.lua
diff options
context:
space:
mode:
authorLouie Shprung <lshprung@scu.edu>2023-01-03 18:03:57 -0800
committerLouie Shprung <lshprung@scu.edu>2023-01-03 18:03:57 -0800
commitf8e1bd25375d2476fbfbf3a6bf1431036ce4186a (patch)
tree065eba7a8e7ec78e418d485829bcbc1c8e7c03c8 /lua/user/keymaps.lua
parent618607ffd66c4a9786b0f128204d0d9df2270029 (diff)
Uncommented code action keymap
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)