From 402925cfc7c29adcbb4e5a17061396ad309e016c Mon Sep 17 00:00:00 2001 From: Soispha Date: Wed, 8 Nov 2023 15:30:27 +0100 Subject: docs(hm/conf/nvim/plgs/treesitter): Improve comments --- hm/soispha/conf/nvim/default.nix | 6 +----- hm/soispha/conf/nvim/plgs/treesitter/default.nix | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'hm/soispha/conf') diff --git a/hm/soispha/conf/nvim/default.nix b/hm/soispha/conf/nvim/default.nix index 8c04ae9d..322597ec 100644 --- a/hm/soispha/conf/nvim/default.nix +++ b/hm/soispha/conf/nvim/default.nix @@ -1,8 +1,4 @@ -{ - pkgs, - lib, - ... -}: { +{pkgs, ...}: { imports = [ ./autocmds ./clipboard 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"; -- cgit 1.4.1