fix: shorter descriptions for ts

This commit is contained in:
Folke Lemaitre 2024-07-15 15:44:53 +02:00
parent b7bcac9c9d
commit a8e80d819a
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -1,4 +1,14 @@
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
-- use in Neovim to power faster and more accurate
-- syntax highlighting.