diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-22 16:34:18 +0100 |
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-22 16:34:18 +0100 |
| commit | c22beb43a4526372abbd6c3dab48051e6b4e2a20 (patch) | |
| tree | d112b307a253cfb292bcd124774bb1d301eeb114 /lua/config/whichkey.lua | |
| parent | 6a97ba66fe9f7da4c2eccb001c3e325a8b9f060b (diff) | |
Add treesitter playground
Diffstat (limited to 'lua/config/whichkey.lua')
| -rw-r--r-- | lua/config/whichkey.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lua/config/whichkey.lua b/lua/config/whichkey.lua index 143ed61..44c7074 100644 --- a/lua/config/whichkey.lua +++ b/lua/config/whichkey.lua @@ -181,6 +181,11 @@ local mappings = { w = { "<cmd>lua require('spectre').open_visual({select_word=true})<cr>", "Replace Word" }, f = { "<cmd>lua require('spectre').open_file_search()<cr>", "Replace Buffer" }, }, + + T = { + name = "Treesitter", + p = { "<cmd>TSPlaygroundToggle<cr>", "Playground" }, + }, } local vopts = { |