mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-07 07:54:38 +02:00
fix: shorter descriptions for ts
This commit is contained in:
parent
b7bcac9c9d
commit
a8e80d819a
1 changed files with 10 additions and 0 deletions
|
@ -1,4 +1,14 @@
|
||||||
return {
|
return {
|
||||||
|
{
|
||||||
|
"folke/which-key.nvim",
|
||||||
|
opts = {
|
||||||
|
spec = {
|
||||||
|
{ "<BS>", desc = "Decrement Selection", mode = "x" },
|
||||||
|
{ "<c-space>", desc = "Increment Selection", mode = { "x", "n" } },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
-- Treesitter is a new parser generator tool that we can
|
-- Treesitter is a new parser generator tool that we can
|
||||||
-- use in Neovim to power faster and more accurate
|
-- use in Neovim to power faster and more accurate
|
||||||
-- syntax highlighting.
|
-- syntax highlighting.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue