diff options
author | Soispha <soispha@vhack.eu> | 2023-11-08 15:30:27 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-11-08 15:30:27 +0100 |
commit | 402925cfc7c29adcbb4e5a17061396ad309e016c (patch) | |
tree | bb32339c377e50d8ec47b011b135ebe1a37ee1b5 /hm/soispha/conf/nvim/plgs/treesitter/default.nix | |
parent | feat(hm/conf/nvim/plgs/lsp/ltex): Also activate in `mail` files (diff) | |
download | nixos-config-402925cfc7c29adcbb4e5a17061396ad309e016c.zip |
docs(hm/conf/nvim/plgs/treesitter): Improve comments
Diffstat (limited to 'hm/soispha/conf/nvim/plgs/treesitter/default.nix')
-rw-r--r-- | hm/soispha/conf/nvim/plgs/treesitter/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/conf/nvim/plgs/treesitter/default.nix b/hm/soispha/conf/nvim/plgs/treesitter/default.nix index 21a29cfb..bbee4690 100644 --- a/hm/soispha/conf/nvim/plgs/treesitter/default.nix +++ b/hm/soispha/conf/nvim/plgs/treesitter/default.nix @@ -28,7 +28,7 @@ incrementalSelection = { enable = true; keymaps = { - # TODO: include these + # TODO: include these in the which-key description initSelection = "gnn"; # set to `false` to disable one of the mappings nodeIncremental = "grn"; scopeIncremental = "grc"; |