mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nvim: oopsie
This commit is contained in:
parent
aa0b6d17a7
commit
603098f2a5
4 changed files with 17 additions and 9 deletions
|
|
@ -42,3 +42,9 @@ vim.keymap.set("n", "<leader>w",
|
|||
function() vim.cmd.setlocal("invwrap") end,
|
||||
{ desc = "toggle wrap locally", silent = true }
|
||||
)
|
||||
vim.keymap.set("n", "<leader>hg",
|
||||
function()
|
||||
for _, v in ipairs(vim.treesitter.get_captures_at_cursor()) do print(v) end
|
||||
end,
|
||||
{ desc = "show highlight group at cursor", silent = true }
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue