nvim: fix tagbar binding
This commit is contained in:
parent
94efda6be3
commit
a4e44be0c4
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
return {
|
return {
|
||||||
"preservim/tagbar",
|
"preservim/tagbar",
|
||||||
keys = {
|
keys = {
|
||||||
{ '\t', "<cmd>TagbarToggle<CR>", desc = "Toggle tagbar"},
|
{ '\\t', "<cmd>TagbarToggle<CR>", desc = "Toggle tagbar"},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue